This is used to control the 3.52" e-ink display from pihut. Display: https://thepihut.com/products/3-52-e-paper-hat-360x240
- Change the
raspi-config
to allow SPI.
sudo raspi-config
Choose Interfacing Options -> SPI -> Yes Enable SPI interface
-
Run the install script. This will need
sudo
as it needs to move a file into a protected zone. -
Move the
pic
directory into your working directory as these are your fonts. located ine-Paper/RaspberryPi_JetsonNano/python/pic/
This is not a finished product and as such will not work as intended. Currently it is only a proof of concept and has no networking capability. Ultimatetly this will be controlled using JSON and all other parts of the program will operate discreetly.