Correct endianness of RMT signal in neopixel example - #195
Conversation
Bits were sent reversed, which worked for 0xff but not at smaller values to dim the LED. Also added rainbow example using a hsv function.
|
Thanks! |
|
@musdom You need to fix the formatting though, if you could do that? |
|
@ivmarkov could be because I copy pasted code into github editor from vscode. This time I ran it through cargo fmt. Is it better? Thanks |
|
Wait let me fix the build failures |
Update: BS ^^^ :) |
|
The problem is that from within |
|
Ok I actually cloned my fork of the repo, got the patch built and flashed into my board and working correctly, which is something I should've done in the first place :x My bad! |
Bits were sent reversed, which worked for 0xff but not at smaller values to dim the LED. Also added rainbow example using a hsv function.