ESP32-C3 ePaper

This commit is contained in:
2025-04-24 23:12:37 -04:00
parent 35f6828a25
commit a237e8a065

View File

@@ -53,6 +53,11 @@ void setup() {
display.setFont(&Picopixel);
display.print("Picopixel");
display.update();
// Display fonts
display.setCursor(10, 10);
display.setFont(&FreeSerif12pt7b);
display.print("Picopixel");
display.update();
// Add UI elements
// Draw axis: (x1,y1) @ 5, 100 and width-2*margin_x height-2*margin_y