ESP32-C3 ePaper

This commit is contained in:
2025-04-25 03:08:13 -04:00
parent f44d5185b5
commit 431f92e289

View File

@@ -63,10 +63,10 @@ void setup() {
display.setCursor(10, 150); display.setCursor(10, 150);
display.setFont(&FreeMonoBold9pt7b); display.setFont(&FreeMonoBold9pt7b);
display.print("Files Storage"); display.print("Files");
display.setCursor(10, 160); display.setCursor(10, 160);
display.setFont(&FreeMonoBold9pt7b); display.setFont(&FreeMonoBold9pt7b);
display.print("Archives Storage"); display.print("Backups");
// Display text nicely centered on the display // Display text nicely centered on the display
display.setFont(&FreeSans12pt7b); // Specify the font family & size display.setFont(&FreeSans12pt7b); // Specify the font family & size