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

Add array/list-like methods #19

Closed mcarlson closed 7 months ago

mcarlson commented 8 months ago

This allows better integration with other libraries, ulab/numpy in particular which is great for fast operations across many pixels

blaz-r commented 8 months ago

Thanks for this. I'll test it out when I get some time.