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

Improve data transfer in show() #21

Closed blaz-r closed 7 months ago

blaz-r commented 7 months ago

This PR improves data transfer using a single state machine put instruction.

This results in a more stable behavior.