jackw01 / led-control

Advanced WS2812/SK6812 RGB/RGBW LED controller with on-the-fly Python animation programming, web code editor/control interface, 1D, 2D, and 3D display support, and E1.31 sACN support
https://jackw01.github.io/led-control/
MIT License
162 stars 35 forks source link

Random Lights #36

Closed ascheier closed 2 years ago

ascheier commented 2 years ago

Well... I did have it working but I did something to my raspberry pi that required me to reinstall the OS. Anyway... I reinstalled the packages, following the READ ME and on the raspberry pi, it looks like it is working as expected. The lights, however, are not working. The first 6 LEDs are all different colors and the rest are off. IMG_8436 .

ascheier commented 2 years ago

I fixed it. This could also fix an issue if people see the web interface but there are no lights on. Here's how I did it: sudo nano /boot/config.txt Change # Enable audio (loads snd_bcm2835) dtparam=audio=on to `# Enable audio (loads snd_bcm2835)

dtparam=audio=on`

then reboot.

@jackw01 , I would consider mentioning this in the software setup section of the README.

ChrK2017 commented 1 year ago

Had the same problem, and now it works! Thanks!