ESP32-C3 ePaper

This commit is contained in:
2025-04-25 02:48:12 -04:00
parent 6aa22f6042
commit 31edaad3f1

View File

@@ -78,7 +78,7 @@ void setup() {
// 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);
display.drawRect(6, 156, display.width()-8, display.height()-158, GxEPD_RED);
display.drawRect(6, 156, display.width()-12, display.height()-162, GxEPD_RED);
display.setTextColor(GxEPD_BLACK);
display.setFont(&TomThumb);
for (int i = 0; i < display.width()-10; i+=50) {