ESP32-C3 ePaper

This commit is contained in:
2025-04-24 23:14:23 -04:00
parent 9468cb1c8b
commit 6b694c562f

View File

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