ESP32-C3 ePaper

This commit is contained in:
2025-04-25 03:09:15 -04:00
parent 431f92e289
commit 42ecbd0644

View File

@@ -59,7 +59,8 @@ void setup() {
//display.update();
display.drawBitmap(display.width()-24, 0, gridicons_computer, 24, 24, GxEPD_BLACK);
display.drawRect(0, 0, display.width()-24, 24, GxEPD_BLACK);
//display.drawRect(0, 0, display.width()-24, 24, GxEPD_BLACK);
display.fillRect(0, 0, display.width(), 24, GxEPD_BLACK);
display.setCursor(10, 150);
display.setFont(&FreeMonoBold9pt7b);