From f7763a8275cef5f79d3fd0df03eac38e93c20189 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 03:52:57 -0400 Subject: [PATCH] ESP32-C3 ePaper --- ESP32-C3_ePaper/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 6eac97792..e4f053199 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -71,7 +71,7 @@ void setup() { display.setCursor(str_x, str_y); display.setFont(&FreeMonoBold9pt7b); display.print("Files"); - display.setCursor(str_x+215, str_y-2); + display.setCursor(str_x+215, str_y-3); //display.setFont(&FreeMono9pt7b); display.print("25%"); display.setFont(&FreeMonoBold9pt7b); @@ -79,7 +79,7 @@ void setup() { display.setCursor(str_x, str_y+str_inc); display.setFont(&FreeMonoBold9pt7b); display.print("Backups"); - display.setCursor(str_x+215, str_y+str_inc-2); + display.setCursor(str_x+215, str_y+str_inc-3); display.print("75%"); // Files bar display.drawRect(str_x+100, str_y-str_inc, 100, str_inc, GxEPD_BLACK);