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 docker
which 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 up
incustom-led-controller
- Run
docker compose build
incustom-led-controller
- Ctrl-C or
docker compose stop
to stop the service
docker compose ps
to see the status of your container