From 049c8d75a2a7c1c2a5e1bd7995f4bca7b7aed981 Mon Sep 17 00:00:00 2001 From: Ingar Date: Sun, 27 Feb 2022 12:16:47 +0100 Subject: Updated ledctl documentation. --- ledctl/README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ledctl/README.md b/ledctl/README.md index 30c8b8a..81eaf08 100644 --- a/ledctl/README.md +++ b/ledctl/README.md @@ -15,7 +15,24 @@ Edit /boot/config.txt and comment out dtparam=audio=on ## Installation +Execute the following commands as root: + ``` -sudo make install +make install +systemctl daemon-reload +systemctl enable led-boot led-ready ``` +## Usage + +Use the ```ledctl``` script to set the LED color. + +``` +ledctl +``` + +Valid colors are + on, off + red, green, blue, yellow, pink, cyan + #rrggbb + -- cgit v1.2.3