joosteto / ws2812-spi

python routines to program the WS2812 RGB LED chips on the raspberry, using the hardware SPI MOSI.
GNU Affero General Public License v3.0
59 stars 23 forks source link

occasionaly flashes running on OrangePi 3 LTS #13

Open shooshx opened 1 year ago

shooshx commented 1 year ago

I'm running wave.py on my OrangePi 3 LTS, connected to a 256 LED strip occasionally, every few seconds I'm see a high intensity flash from all the LEDs

I tried to comment out each of the spi.xfer( lines in turn since they seem to refer to flashes but none of them actually fixed the issue. Any idea what else can I try?