# ledctl A simple Python script to control a WS2812B LED or LED strip connected to a rasperry pi. systemd services are included to set the LED color depending on the current boot status. ## Prerequisites Python 3 The AdaFruit CircuitPython NeoPixel library ## Configuration Blacklist the snd_bcm2835 module Edit /boot/config.txt and comment out dtparam=audio=on ## Installation ``` sudo make install ```