This project allows you to use a Raspberry Pi and Blinkt as a dynamic backlight.
The Pi-Server should be launched on the Pi using
cd Pi-Server
docker build -t pilight .
docker run -p 3000:3000 --privileged -ti pilight
- Install any missing dependencies using PIP
- Launch the script
cd Linux-Client
python send.py
- Connect with websocket
- Performance optimization on python script
- more intelligent calculation of average color (black bars on 4:3 content dim LEDs considerably)