ESP32-C3 ePaper

This commit is contained in:
2025-04-25 03:24:38 -04:00
parent 0420d3c9b1
commit d17644f0d3

View File

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