https://github.com/shift/systemd-status-leds
Simple service which subscribes to the DBus events for defined units and reports there status on a WS281x RGBW light strip over spidev. Mainline kernel.
https://github.com/shift/systemd-status-leds
Last synced: about 2 months ago
JSON representation
Simple service which subscribes to the DBus events for defined units and reports there status on a WS281x RGBW light strip over spidev. Mainline kernel.
- Host: GitHub
- URL: https://github.com/shift/systemd-status-leds
- Owner: shift
- License: apache-2.0
- Created: 2022-12-10T19:17:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T17:08:11.000Z (9 months ago)
- Last Synced: 2024-09-12T02:52:47.367Z (9 months ago)
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# systemd status leds
Allow the controlling of SPIDEV connected WS281X LEDS. I've tested with 5x RGBW LEDS.
In order for this to work you my need to create a Device Tree Overlay to enable your SPI devices.
## Background
My son asked for a [Minecraft Server](https://github.com/shift/fcos-mc-pi4) for Christmas. This ended up being a sub project of that.