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