Skip to content

vinceskahan/epaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epaper

This is based on the waveshare 2.13 v2 epaper demo example

## install python requirements
pip3 install -r requirements.txt

## run it manually
# hit ^C once to kill and run the clearscreen routines
# hit ^C twice to kill it immediately
python3 epaper.py

# or run it in the background
#   first you should symlink 'nohup.out' to /dev/null in your current
#   working directory so you don't write any output to nohup.out on disk

# then run the following command to background the program
nohup python3 epaper.py  &

# to run the clear screen routine manually
python3 epaper.py --clear

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published