From eb8f4c63fc030b3d76c699c87b4171e6fca38d42 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 03:55:15 -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 ca3937901..fca10e558 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-4); + display.setCursor(str_x+210, str_y-4); //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-4); + display.setCursor(str_x+210, str_y+str_inc-4); display.print("75%"); // Files bar display.drawRect(str_x+100, str_y-str_inc, 100, str_inc, GxEPD_BLACK);