diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index e7eb7e848..c6c9ab178 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -63,10 +63,10 @@ void setup() { display.setCursor(10, 150); display.setFont(&FreeMonoBold9pt7b); - display.print("Files Storage"); + display.print("Files"); display.setCursor(10, 160); display.setFont(&FreeMonoBold9pt7b); - display.print("Archives Storage"); + display.print("Backups"); // Display text nicely centered on the display display.setFont(&FreeSans12pt7b); // Specify the font family & size