Anyone have any thoughts on improving performance of flip() and dotwinkle()? I realize they're inefficient, but I'm not sure I know what the right approach is towards making them more efficient.
I'm discovering that if I want even 10 LEDs in the string, the frame rate is going to be terrible.... it's about 70ms per flip() and 50ms per dotwinkle()
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Anyone have any thoughts on improving performance of flip() and dotwinkle()? I realize they're inefficient, but I'm not sure I know what the right approach is towards making them more efficient.
I'm discovering that if I want even 10 LEDs in the string, the frame rate is going to be terrible.... it's about 70ms per flip() and 50ms per dotwinkle()