Replies: 3 comments
|
@michalin, hi, welcome to Discussions in GxEPD2 The difference between the two Waveshare bords is the level converter on the 2.13 display bord, as far as I can see. I guess that you have connected VCC of the display bord to 5V. Either connect 3.3V to the display bord, or use a series resistor ~10k in the BUSY line. Good luck! |
|
@ZinggJM , 1: Raw display connected to e-Paper driver head: ~100ms after first RST (why are there two RST pulses, btw?), BUSY goes high, and the driver sends its initialization data. another ~100 ms later, BSY goes high again, the actual image data is sent and the display shows the "Hello World" as expected.
What I found is that the buillitn HAT module drags RST down while the ESP is resbooting, the other does not. Maybe this causes the problem? |
|
I don't have this Waveshare board. So I can't test. I assume this issue is caused by the "clever reset circuit" Waveshare uses on some boards. The reset pulse is already shortened for this panel, some other 4color need longer reset. |






I don't have this Waveshare board. So I can't test.
I assume this issue is caused by the "clever reset circuit" Waveshare uses on some boards.
The reset pulse is already shortened for this panel, some other 4color ne…