IT8951 icon indicating copy to clipboard operation
IT8951 copied to clipboard

Driver for the IT8951 e-paper controller on Raspberry Pi

Results 11 IT8951 issues
Sort by recently updated
recently updated
newest added

I am trying to use partial update in DU mode to speed up interactions with my screen. My screen is also flipped, such that I initialize with `rotate='flip'`. I am...

Would it be possible to add the dependency requirements in either the `setup.py` file so they can be pulled in when the library is built? This would help being able...

What is the proper procedure for releasing the SPI/GPIO file handles when shutting down the display? As far as I can tell, when the process exits, the OS typically releases...

Resolves https://github.com/GregDMeyer/IT8951/issues/17 - Add an example to display a bitmap file - Add an example to display a polygon - Add a link to the integration tests

I have an application where I run a Raspberry Pi Zero with driver HAT for the 10.3" e-paper from Waveshare. The whole thing is powered by a battery. Naturally I...

Added information on the following topics - Raspbian group membership requirements for access to /dev/spidev and /dev/gpio - Noted working also with the 7.8-inch e-paper model that shares the same...

It would be nice to show how this driver can be used 🙂

there are two different wait methods, one which checks the value of a register and one which checks the ready pin. figure out which one of these is appropriate to...

Do you have guidance on how to play gifs?

Hi, I am running into this issue when updating the screen: ``` Traceback (most recent call last): File "/home/pi/show.py", line 41, in update(sys.argv[1]) File "/home/pi/show.py", line 11, in update display...