adafruit / Adafruit_CircuitPython_NeoPixel

CircuitPython drivers for neopixels.
MIT License
302 stars 98 forks source link

using D21 on a Pi4 do not work correctly #160

Open mbonani opened 8 months ago

mbonani commented 8 months ago

We use a small strip of 40 leds RGB, we get several trouble wit colors specially with high brightness. We found a workaround using D18 pin that work perfectly. Analysing the signal there is a strange delay on the D21 pin:

image

there is 11 bits and then a small waiting time that as no sense

using D18 the whole bits are transmit in one shot :

image