Searched query: spi
Maybe that was the one I was thinking of when I said PCM. I could have been wrong. I've only used the PWM method so far and not had any major problems with it on a Pi Zero driving 56 LEDs for the last few years.danjperron wrote: ↑Tue Apr 23, 2019 7:15 pmThere is a third one using the SPI.
viewtopic.php?f=44&t=182755&hilit=neopixel
Code: Select all
spi.max_speed_hz=500000Code: Select all
dataout = 0x5a
spi.xfer2( list(dataout) )
Code: Select all
"portMOSI": board.MOSI,
Code: Select all
"portMOSI": "board.MOSI",