ESP32-C3 ePaper

This commit is contained in:
2025-04-25 00:04:01 -04:00
parent 450be19ef0
commit 8f8bf107f5

View File

@@ -64,7 +64,9 @@ void setup() {
display.setFont(&FreeSerif24pt7b);
display.print("DATA BOARD");
//display.update();
display.drawBitmap(200, 200, &gridicons_bug, 50, 50, GxEPD_RED);
// Add UI elements
// Draw axis: (x1,y1) @ 5, 100 and width-2*margin_x height-2*margin_y
display.drawRect(5, 155, display.width()-10, display.height()-160, GxEPD_RED);