Hi,
I got the TTGO T5 V2.2 with revision 20181116 using #include <GxGDEH029A1/GxGDEH029A1.h> // 2.9" b/w the GxEPD_Example works fine.
But the GxEPD_Partial_Update_Example with the same settings seems to work only in Serial but doesn't show anything on the Screen. Not even refreshing. Screen is simply dead.
I think this might be an issue with:
display.updateWindow(0, 0, GxEPD_WIDTH, GxEPD_HEIGHT, false);
Because when i use Serial.println before it works but afterwards it doesn't...
Hi, I got the TTGO T5 V2.2 with revision 20181116 using #include <GxGDEH029A1/GxGDEH029A1.h> // 2.9" b/w the GxEPD_Example works fine. But the GxEPD_Partial_Update_Example with the same settings seems to work only in Serial but doesn't show anything on the Screen. Not even refreshing. Screen is simply dead.
I think this might be an issue with:
display.updateWindow(0, 0, GxEPD_WIDTH, GxEPD_HEIGHT, false);
Because when i use Serial.println before it works but afterwards it doesn't...