mistercrunch / blinky_mcblinkster

Driving fancy LED lights patterns in python on Raspberry PI zero + python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blinky McBlinkster

A project to drive ws2811 LED strings with python and raspberry PI

Notes:

  • following instructions found here
  • don't forget to turn the audio off as mentioned here.
Sound must be disabled to use GPIO18. This can be done in /boot/config.txt by changing "dtparam=audio=on" to "dtparam=audio=off" and rebooting. Failing to do so can result in a segmentation fault.

Hardware:

About

Driving fancy LED lights patterns in python on Raspberry PI zero + python


Languages

Language:Python 99.8%Language:Shell 0.2%