Skip to content

javincraig/waveshare_epaper2.7_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Waveshare e-paper 2.7inch demo

This is a demo for the Waveshare 2.7" epaper display.

Video for this code here: https://youtu.be/o1eppNELKj0

The following is how I got it working on a Raspberry Pi 3b

sudo raspi-config

Interface Options -> SPI -> Would you like the interface to be enabled (Select Yes)

sudo apt-get install python3-venv

python3 -m venv einkdemo

source einkdemo/bin/activate

cd einkdemo/

Copy all the files in this git to einkdemo

sudo apt-get install python3-rpi.gpio python-pil python-smbus python-dev libopenjp2-7

pip3 install gpiozero netifaces spidev rpi.gpio pillow

Run the test app

python3 2.7test.py

2.7test.py is the script the script that uses the buttons

2.7image.py displays an image.

About

This is a demo for the Waveshare 2.7" epaper display.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors