ESP32-C3 ePaper

This commit is contained in:
2025-04-25 03:25:06 -04:00
parent d17644f0d3
commit 04bd29baf4

View File

@@ -75,6 +75,7 @@ void setup() {
display.setFont(&FreeMonoBold9pt7b); display.setFont(&FreeMonoBold9pt7b);
display.print("Backups"); display.print("Backups");
display.drawRect(str_x+100, str_y, 100, str_inc, GxEPD_BLACK); display.drawRect(str_x+100, str_y, 100, str_inc, GxEPD_BLACK);
display.drawRect(str_x+100, str_y+str_inc, 100, str_inc, GxEPD_BLACK);
// Display text nicely centered on the display // Display text nicely centered on the display
display.setTextColor(GxEPD_WHITE); display.setTextColor(GxEPD_WHITE);