This project provides an interface for the Raspberry Pi 3B using the PiFaceCAD HAT module.
- Time Display
- Dynamic Backlight based on time and activity.
- IP Address display.
- Temperature Scraper
- To install/run this interface, you need a PiFaceCAD Hat and a Raspberry Pi 3B.
- Install python3-venv.
- Create a virtualenv with
python3 -m venv env
- Activate the newly created virtual environment.
- Download the
PiFACECommon
python package from the github repository, do not install the package using the raspbian repositories. - Download and install
PiFaceCAD
andpython-lirc
the same way.python-lirc
requires installation of additional packages. - Install the rest of the requirements, and then run the script.