diff options
| author | Ingar <ingar@telenet.be> | 2022-02-27 12:16:47 +0100 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2022-02-27 12:16:47 +0100 |
| commit | 049c8d75a2a7c1c2a5e1bd7995f4bca7b7aed981 (patch) | |
| tree | 37ddf693cbb137dbc5498c73f9684a0aa23294d7 /ledctl | |
| parent | 00717f8dfbf363e1e2b6a5cfc00f0f265bbdb9b2 (diff) | |
Updated ledctl documentation.
Diffstat (limited to 'ledctl')
| -rw-r--r-- | ledctl/README.md | 19 |
1 files changed, 18 insertions, 1 deletions
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 <color> +``` + +Valid colors are + on, off + red, green, blue, yellow, pink, cyan + #rrggbb + |
