The aim of this project is to display departures to a LED RGB matrix.
Credits for rgbmatrix library: https://github.com/hzeller/rpi-rgb-led-matrix
apt-get install libjpeg9-dev
source bin/activate
- To install all of the requirements enter:
pip install -r requirements.txt
. - To run the script, enter:
sudo bin/python kvbmonitor.py
Note: root privileges required due to LED matrix.
In order to activate the service and run it on every restart, execute:
sudo chmod +x service/matrix.sh
to make the service executable.sudo systemctl enable /home/pi/KVBMonitor/service/kvbmonitor.service
to enable the daemon.
Any flags for configuring the matrix such as number of rows, number of columns, brightness etc. can be adjusted in service/matrix.sh
.