A custom LED controller written for the WS281x family of controllable LED strips. Uses a fast-api to process and unpack lighting requests
- Docker
- Docker Compose
- Python
- Raspberry Pi
- Please refer to the installation method here 32-bit
- You can confirm your installation with
systemctl status dockerwhich should state that docker is active and runnign
- Clone this repository and
cd custom-led-controller - Run
docker compose up- If it's the first time running this, it will take a while to install all the neccessary components
- Run
docker compose upincustom-led-controller
- Run
docker compose buildincustom-led-controller
- Ctrl-C or
docker compose stopto stop the service
docker compose psto see the status of your container