pico_python_ws2812b icon indicating copy to clipboard operation
pico_python_ws2812b copied to clipboard

a library for using WS2812b leds (aka neopixels) with Raspberry Pi Pico

Results 3 pico_python_ws2812b issues
Sort by recently updated
recently updated
newest added

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.