blaz-r / pi_pico_neopixel

Pi Pico library for NeoPixel led-strip written in MicroPython. Works with ws2812b (RGB) and sk6812 (RGBW).
MIT License
254 stars 54 forks source link

Adding clear function and removing delay from fill #5

Closed Mathemmagician closed 2 years ago

Mathemmagician commented 2 years ago

As per https://github.com/blaz-r/pi_pico_neopixel/issues/4

blaz-r commented 2 years ago

Looks great. Thank you.