Hi, using the v1.53 Firmware i got a curious issue:
With just one WS2812 this
SPI2.send4bit([a,b,c], 0b0001, 0b0011);
works only, if a!=b!=c, otherwise the WS2812 get's off.
I had not try it with earlier Firmware, therefore this may be an issue only since v1.53 ?
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.
Hi, using the v1.53 Firmware i got a curious issue:
With just one WS2812 this
SPI2.send4bit([a,b,c], 0b0001, 0b0011);
works only, if a!=b!=c, otherwise the WS2812 get's off.
I had not try it with earlier Firmware, therefore this may be an issue only since v1.53 ?