Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 456 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 456 Bytes

CheerLightsMQTT

Python CheerLight client(s) using MQTT

This is a CheerLights client designed to run on a Raspberry Pi using Pimoroni's Blinkt as the display. It uses MQTT to get updates as they occur, and displays a random pattern of the last 3 colors. Enjoy!

Requires the paho-mqtt and blinkt Python modules

pip install paho-mqtt
sudo apt-get install python-blinkt