A display designed for the official Raspberry Pi 7" touchscreen
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt |
Pi Display
A display designed for the official Raspberry Pi 7" touchscreen (should work on most screens though). Includes integration with:
Requirements
Setup
- Create a virtual environment in the root directory (and activate it):
python3 -m venv env
source env/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Rename
src/.env.example
tosrc/.env
and update variables- Setting
ENVIRONMENT=dev
prevents the screen from opening maximized
- Setting
- Enter the src directory and use
python main.py
to start the application