Skip to content
/ IT8951 Public
forked from GregDMeyer/IT8951

Driver for the IT8951 e-paper controller on Raspberry Pi

License

Notifications You must be signed in to change notification settings

gmattis/IT8951

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT8951

This Python 3 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 -r 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

Languages

  • Python 100.0%