Skip to content

krittakondev/pizero-screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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