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

Update default delay to 300 microseconds per Adafruit #18

Closed mcarlson closed 7 months ago

mcarlson commented 8 months ago

https://adafruit.github.io/Adafruit_NeoPixel/html/class_adafruit___neo_pixel.html says we need 300 microseconds delay. This definitely helped glitching on my setup!

blaz-r commented 8 months ago

Nice catch, thanks. I'll test this as soon as I get some time.