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);