From ecfec9ffe97f847109105aabc3ffcc754456ae45 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 03:02:51 -0400 Subject: [PATCH] ESP32-C3 ePaper --- ESP32-C3_ePaper/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 45694359d..bca628daa 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -64,7 +64,7 @@ void setup() { display.setFont(&FreeSans9pt7b); display.print("Files Storage"); display.setCursor(10, 160); - display.setFont(&FreeMono9pt7b); + display.setFont(&FreeMonoBold9pt7b); display.print("Archives Storage"); // Display text nicely centered on the display