From 8cc2434906c96b74c9e0e57bff7ca0ef2f1334ee Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 02:54:46 -0400 Subject: [PATCH] ESP32-C3 ePaper --- ESP32-C3_ePaper/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index c4aa4f364..08ef36d92 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -60,10 +60,10 @@ void setup() { display.setCursor(10, 30); display.setFont(&FreeSans9pt7b); - display.print("Files Pool"); + display.print("Files Storage"); display.setCursor(10, 50); display.setFont(&FreeSerif9pt7b); - display.print("Archives Pool"); + display.print("Archives Storage"); // Display text nicely centered on the display display.setFont(&FreeSerif12pt7b); // Specify the font family & size