ESP32-C3 ePaper

This commit is contained in:
2025-04-25 00:33:24 -04:00
parent d6b43b3f4c
commit cc35c35aea

View File

@@ -65,6 +65,7 @@ void setup() {
display.setCursor(10, 100);
display.setFont(&FreeSerif18pt7b);
display.getTextBounds("INFO DASHBOARD", 10, 100, &tbx, &tby, &tbw, &tbh);
display.print("INFO DASHBOARD");
//display.update();