From f810ad499a825618269569a2626d72d86c5695ac Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 03:05:10 -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 5a1a23de8..0a8e813e3 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -61,7 +61,7 @@ void setup() { display.drawBitmap(display.width()-24, 0, gridicons_computer, 24, 24, GxEPD_BLACK); display.setCursor(10, 150); - display.setFont(&FreeSans9pt7b); + display.setFont(&FreeMonoBold9pt7b); display.print("Files Storage"); display.setCursor(10, 160); display.setFont(&FreeMonoBold9pt7b);