Skip to content

SeboKnt/ePaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ePaper

a big thx to @aceisace for doing all the work

This project takes a first gen Raspberry Pi Zero WH and the Waveshare E-ink display 9.7" and builds a dirty way to display browser content on the E-ink screen. The web page to be called and screenshotted can be customized in takeScreenshot.py.

Installation

Screenshot Script

sudo apt update && sudo apt upgrade -y
sudo apt install imagemagick

Screen

Unzip

cd driver
unzip IT8951.zip
unzip bcm2835-1.68.zip

Install C++ SPI library for Raspberry

cd bcm2835-1.68
chmod +x configure
./configure
make
sudo make check
sudo make install

Install 9.7" E-Paper drivers

cd ..
cd IT8951
make clean
make

Show example image

sudo ./driver/IT8951 0 0 pika.bmp

CronJob

sudo crontab -l
*/5 * * * * /bin/bash /home/pi/ePaper/run.sh >/dev/null 2>&1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages