summaryrefslogtreecommitdiff
path: root/ledctl/README.md
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2022-02-27 11:57:52 +0100
committerIngar <ingar@telenet.be>2022-02-27 11:57:52 +0100
commitec67080ce93e16fa838a83cc3968bbbe3bc6d485 (patch)
tree88beb9312a6c34712e3b9b18d0d96726ce4a8996 /ledctl/README.md
parent7902738ef38e30c5275feee2fec78d3c39ff7c93 (diff)
Preparing the repository to hold all charmpi tools.
Diffstat (limited to 'ledctl/README.md')
-rw-r--r--ledctl/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/ledctl/README.md b/ledctl/README.md
new file mode 100644
index 0000000..30c8b8a
--- /dev/null
+++ b/ledctl/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
+```
+