e-Paper icon indicating copy to clipboard operation
e-Paper copied to clipboard

Results 156 e-Paper issues
Sort by recently updated
recently updated
newest added

Hello, it's possible to implement partial refresh on a 7 inch display? Which steps are needed to implement this?

So... "Display Update Control 2", aka command 0x22, has a commonly used data value of 0xC4. For curiosity's sake, what does it do? It's undocumented, it's working, but I don't...

There exists python codes only for Display smaller than 7.5" size. Any python code support for 10.3" display? If it doesn't, how did you work with python code for 10.3"...

I have the 7.13 hat B and tried to run the example : epd_2in13bc_test.py but there is nothing on the screen. Here are the logs : INFO:root:epd2in13bc Demo INFO:root:init and...

Bugfix to allow X Positions > 256. According to the PDF -> RED must be greater than HRST. This is currently not the case for x > 256.

The Jetson modules support SPI on the GPIO Headers. To enable SPI, you need to follow the steps on https://elinux.org/Jetson/TX2_SPI or https://jetsonhacks.com/2020/05/04/spi-on-jetson-using-jetson-io/ Then, you can use the display without any...

Hi, I can't get to work the text rotation to 90 or 270 degree. ``` ... paint.Clear(COLORED); paint.SetRotate(1); paint.DrawStringAt(20, 5, "Hello world!", &Font16, UNCOLORED); epd.TransmitPartialData(paint.GetImage(), 0, 64, paint.GetWidth(), paint.GetHeight()); ......

I have a 7x5 v2 board that works great with my Pi 4. I tried to use it with a much older Pi B V2.0. What works: - The C...

I'm using epd7in5_V2.py in a long running program that updates the display every 10 minutes. According to the documentation you should call sleep() when not updating the display and init()...

I followed the instructions as stated [here ](https://github.com/waveshare/e-Paper/blob/master/RaspberryPi%26JetsonNano/python/readme_jetson_EN.txt) and while running one of the examples only got `Could not determine Jetson model` Any ideas?