Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krittakondev/pizero-screen
show status and animation on your RPI
https://github.com/krittakondev/pizero-screen
epaper-displays epaper-hat epaper-screen gpio gpiozero python3 raspberry-pi rpi rpizero ups-lite waveshare
Last synced: about 2 months ago
JSON representation
show status and animation on your RPI
- Host: GitHub
- URL: https://github.com/krittakondev/pizero-screen
- Owner: krittakondev
- License: other
- Created: 2024-07-13T05:06:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T07:43:55.000Z (5 months ago)
- Last Synced: 2024-08-19T08:44:06.083Z (5 months ago)
- Topics: epaper-displays, epaper-hat, epaper-screen, gpio, gpiozero, python3, raspberry-pi, rpi, rpizero, ups-lite, waveshare
- Language: Python
- Homepage:
- Size: 2.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspberry pi zero display
show status and animation on your RPI## preview
![gif](./preview/1.gif)## require
- Raspberry pi zero
- Waveshare 2.13Inch E-Ink Display HAT
- UPS-Lite V1.3## installation
```bash
sudo apt update
sudo apt install python3 git -y
git clone https://github.com/krittakondev/pizero-screen.git
cd pizero-screen
python3 -m venv screenenv
./screenenv/bin/pip3 install -r ./requirements.txt
```
## run```bash
./screenenv/bin/python3 ./screen.py
```