pico_python_ws2812b
pico_python_ws2812b copied to clipboard
a library for using WS2812b leds (aka neopixels) with Raspberry Pi Pico
When I use leds1.set_pixel it is leds1.set_pixel(x,Red,Blue,Green) instead of usual and documentred Red, Green Blue. In leds1.fill(i,i,i) is OK.
I'm sorry, I'm VERY new to all this git hub stuff (I only recently rediscovered coding) so, if this is an inappropriate way to share my experiment, I'm sorry, send...
Sometimes I'm getting weird results when using the interactive REPL. No idea why. I'm investigating. I've just put this issue here incase anyone else comes across it.