From b506d8353f8130bf050a8efb0681c9f7beabfd85 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 03:48:40 -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 532ba9978..667435577 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -74,6 +74,7 @@ void setup() { display.setCursor(str_x+200, str_y); display.setFont(&FreeMono9pt7b); display.print("25%"); + display.setFont(&FreeMonoBold9pt7b); // Display Backups storage usage display.setCursor(str_x, str_y+str_inc); display.setFont(&FreeMonoBold9pt7b);