I've got an ESP32 Wroom 32-D module that needs to control an E-Paper display from Good-Display (GDEM029E97). The issue is that the screen does not clear the previous state and remains on the screen as new information is being written to it. I am currently using the GxEPD2 library on arduino and have also tried the GxEPD version 1 library. As my screen is listed as the supported in version 2 of the library, i have used the "Hello World" example in the GxEPD2 library. Could someone help me out in getting the screen to clear when i want to add new information or wipe the screen.
Thanks for the quick reply Mr ZinggJM. I read that my screen is an alternative to the GDEM029T94 2.9" b/w. That is why i mentioned that it was listed in GxEPD2. But since it doesn't work correctly with your libraries, i suppose that i have incorrect information from the supplier. I will consider this problem solved and will try other methods. Thanks for the help. Have a great day
No e-paper supported by GxEPD2 uses SSD1675A. But GDEH0213B73 uses SSD1675B.
You could try to use driver class GxEPD2_213_B73 with GxEPD2.
It may use part of the screen. If this seems to work, you can try to adapt its dimensions in GxEPD2_213_B73.h: