diff options
| author | Ingar <ingar@telenet.be> | 2022-02-13 16:13:26 +0100 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2022-02-13 16:13:26 +0100 |
| commit | 86134b6fadad9c5c15277dbdb15044a1ae5c4a73 (patch) | |
| tree | deebbfb4334b3a7b64a0ac44cbb4cd5cb0ff5ed2 /README.md | |
| parent | be011ccff1c55d6d07a1d2259165c5a9ac75f9fa (diff) | |
Added README.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..30c8b8a --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# 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 +``` + |
