Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```