Go to file
interfisch 77c3da9e51 add some install notes 2021-07-01 22:46:31 +02:00
src add i2c address 2021-07-01 22:32:08 +02:00
systemd fix path 2021-07-01 21:44:07 +01:00
README.md add some install notes 2021-07-01 22:46:31 +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

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