Skip to content

Driver for the IT8951 e-paper controller on Raspberry Pi

License

Notifications You must be signed in to change notification settings

GregDMeyer/IT8951

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT8951

This Python module implements a driver for the IT8951 e-paper controller, via SPI. The driver was developed using the 6-inch e-Paper HAT from Waveshare. It hopefully will work for other (related) hardware too.

Building the driver requires first installing the bcm2835 C library, which can be found here if you don't already have it.

Once you have that installed, clone the repository, enter the directory and run

pip install requirements.txt
pip install ./

For some examples of usage, take a look at the integration tests.

About

Driver for the IT8951 e-paper controller on Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published