From f8f6afaf7a14560745c4a8b48d80e468f2fce0a4 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 00:41:42 -0400 Subject: [PATCH] ESP32-C3 ePaper --- ESP32-C3_ePaper/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 9c113c1cc..216eaae87 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -87,7 +87,7 @@ void setup() { display.drawLine(0, 200, display.width(), 200, GxEPD_BLACK); display.drawLine(200, 0, 200, display.height(), GxEPD_BLACK);*/ - //display.invertDisplay(true); + display.invertDisplay(true); display.update(); }