From 32b8ecf2a325a5ed40342ab7a6168bab0b7a5ee7 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 03:35:02 -0400 Subject: [PATCH] ESP32-C3 ePaper --- ESP32-C3_ePaper/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index a7ce18de3..2d039fc46 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -80,6 +80,7 @@ void setup() { // Backups bar display.drawRect(str_x+100, str_y, 100, str_inc, GxEPD_BLACK); display.fillRect(str_x+100, str_y, 100*0.75, str_inc, GxEPD_BLACK); + display.fillRect(str_x+100+100*0.75, str_y, 100*0.25, str_inc, GxEPD_RED); // Display text nicely centered on the display display.setTextColor(GxEPD_WHITE);