This commit breaks my code, i'm using SK6812 MINI-E RGB and a nice!nano (nrf52840) using leds.WriteColors(xxx):
before this commit ( 21a7d0a )
- I used ws2812.New and it worked fine
- ws2812.NewSK6812 worked fine on the first LED, but second LED's colors was off (no red)
after this commit ( 21a7d0a )
- ws2812.New stopped working (LEDs are off)
- ws2812.NewSK6812 worked fine on the first LED, but second LED's colors was off (no red)
My board only have two leds, don't know what will happen with more LED's
In both cases SK6812 is off.
/cc @gandarez as the author of the commit
/cc @SoftTacos as the author of the SK6812 implementation
This commit breaks my code, i'm using SK6812 MINI-E RGB and a nice!nano (nrf52840) using leds.WriteColors(xxx):
before this commit ( 21a7d0a )
after this commit ( 21a7d0a )
My board only have two leds, don't know what will happen with more LED's
In both cases SK6812 is off.
/cc @gandarez as the author of the commit
/cc @SoftTacos as the author of the SK6812 implementation