diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 77a15f1c2..0dd6b1ddc 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -88,8 +88,8 @@ void setup() { display.drawLine(0, 200, display.width(), 200, GxEPD_BLACK); display.drawLine(200, 0, 200, display.height(), GxEPD_BLACK);*/ - display.invertDisplay(true); - //display.update(); + //display.invertDisplay(true); + display.update(); } void loop() {