Using Waveshare 4.2 E-Paper Display Module (B) on ESP32 #71
-
Hi, Yesterday I tried with uncommenting line 280 in examples/GxEPD2_Example/GxEPD2_display_selection.h: The wiring i'm using is described at line 74 in examples/GxEPD2_Example/GxEPD2_wiring_examples.h: I tried this the other day and worked, but after some testing it started displaying noise, I've already checked if it's a wiring issue and I'm pretty confident that it's not the case. I'm now buying another display to check if it's a hardware-related issue, but for now some help would be really appreciated. P.S |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 25 replies
-
You need to use the half-buffer variant/option |
Beta Was this translation helpful? Give feedback.
-
You might test your display with the demo code of the Waveshare library https://github.com/waveshareteam/e-Paper. If the demo for your display is newer than the driver class in GxEPD2, then it may not be supported by GxEPD2, which seems to be the case: https://github.com/waveshareteam/e-Paper/tree/master/Arduino/epd4in2b_V2 |
Beta Was this translation helpful? Give feedback.
You might test your display with the demo code of the Waveshare library https://github.com/waveshareteam/e-Paper. If the demo for your display is newer than the driver class in GxEPD2, then it may not be supported by G…