ESP32-C3 ePaper

This commit is contained in:
2025-04-25 03:09:26 -04:00
parent 42ecbd0644
commit 4b66792fca

View File

@@ -58,9 +58,10 @@ void setup() {
display.print("Picopixel");
//display.update();
display.fillRect(0, 0, display.width(), 24, GxEPD_BLACK);
display.drawBitmap(display.width()-24, 0, gridicons_computer, 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);