Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 479 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 479 Bytes

raspberry pi zero display

show status and animation on your RPI

preview

gif

require

  • Raspberry pi zero
  • Waveshare 2.13Inch E-Ink Display HAT
  • UPS-Lite V1.3

installation

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

./screenenv/bin/python3 ./screen.py