mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 11:50:53 +00:00
ESP32-C3 ePaper
This commit is contained in:
@@ -53,6 +53,11 @@ void setup() {
|
|||||||
display.setFont(&Picopixel);
|
display.setFont(&Picopixel);
|
||||||
display.print("Picopixel");
|
display.print("Picopixel");
|
||||||
display.update();
|
display.update();
|
||||||
|
// Display fonts
|
||||||
|
display.setCursor(10, 10);
|
||||||
|
display.setFont(&FreeSerif12pt7b);
|
||||||
|
display.print("Picopixel");
|
||||||
|
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
|
||||||
|
Reference in New Issue
Block a user