From 07e8a6fb8b76c56856da27f29cd3feb3378f7884 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 03:00:50 -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 dfbb504c9..45694359d 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(&FreeSans9pt7b); + display.setFont(&FreeMono9pt7b); display.print("Archives Storage"); // Display text nicely centered on the display