Go to file
interfisch b9b9f8a5ee working static, marquee and pan 2021-07-03 23:11:45 +02:00
src working static, marquee and pan 2021-07-03 23:11:45 +02:00
systemd fix path 2021-07-01 21:44:07 +01:00
README.md fix linebreakes 2021-07-03 20:06:35 +02:00
requirements.txt first implementation test, untested 2021-07-01 21:14:36 +02:00

README.md

Install python packages

pip3 install -r requirements.txt

Run

python3 src/main.py MQTTBROKERADDRESS BASETOPIC

Install Systemd Service

sudo cp systemd/mqtt-pi-led-display.service /etc/systemd/system/

sudo systemctl start mqtt-pi-led-display.service

sudo systemctl enable mqtt-pi-led-display.service