Library to use the SBC-LCD128x64 with the Raspberry Pi
You can install this library from PyPI. To install it for the current user on your Raspberry Pi, use the following command:
pip install JoyIT_st7920
You need to clone this repository on your Raspberry Pi to be able to execute the example code.
git clone https://github.com/joy-it/JoyIT_st7920
Afterward, you need to move into the directory and activate the virtual environment with the following commands.
cd JoyIT_st7920
python -m venv --system-site-packages env
source env/bin/activate
Then you can execute the example with the following command.
cd examples
python example.py