From ab2f47c6ee0c46abcd90a3a07f4288f733e4fe83 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 00:53:38 -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 549a675d8..0ca18fb90 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -72,7 +72,7 @@ void setup() { //display.update(); //display.drawBitmap(200, 200, gridicons_bug, 24, 24, GxEPD_BLACK); - //display.invertDisplay(true); + display.invertDisplay(true); display.drawBitmap(150, 150, gridicons_cloud, 24, 24, GxEPD_WHITE); // Add UI elements