From 6d92fc268bb68349beaba6827fcaaddc3637c51c Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 00:44:07 -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 216eaae87..e5ddc5f51 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -41,7 +41,7 @@ void setup() { display.fillScreen(GxEPD_BLACK); display.update(); display.fillScreen(GxEPD_WHITE); - display.setTextColor(GxEPD_BLACK); + //display.setTextColor(GxEPD_BLACK); display.setFont(&FreeMono9pt7b); //display.setCursor(205, 10); //display.print("ESP32_DisplayNode"); // Takes 195 pixels in width