Simple Python implementation of the StatusPanel device protocol.
Right now, only the Raspberry Pi and Pimoroni Inky displays are supported, but support for other devices and hardware can be added in the future.
-
Install package dependencies:
sudo apt-get install \ python3-pip \ python3-qrcode -
Install Python dependencies:
pip3 install --user pysodium
-
Install the Pimoroni Inky library:
curl https://get.pimoroni.com/inky | bash -
Run StatusPanel:
python3 src/device.py