From 62460a2c679824126d1e9a8bc6b2ca47fe20e9c3 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 03:49:13 -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 667435577..b36f0939a 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+200, str_y); + display.setCursor(str_x+215, str_y-1); 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+200, str_y+str_inc); + display.setCursor(str_x+215, str_y+str_inc); display.print("75%"); // Files bar display.drawRect(str_x+100, str_y-str_inc, 100, str_inc, GxEPD_BLACK);