mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-22 22:05:32 +00:00
ESP32-C3 ePaper
This commit is contained in:
@@ -54,9 +54,9 @@ void setup() {
|
|||||||
display.print("Picopixel");
|
display.print("Picopixel");
|
||||||
display.update();
|
display.update();
|
||||||
// Display fonts
|
// Display fonts
|
||||||
display.setCursor(10, 10);
|
display.setCursor(10, 20);
|
||||||
display.setFont(&FreeSerif12pt7b);
|
display.setFont(&FreeMonoBold12pt7b);
|
||||||
display.print("Picopixel");
|
display.print("PreeMonoBold12pt7b");
|
||||||
display.update();
|
display.update();
|
||||||
|
|
||||||
// Add UI elements
|
// Add UI elements
|
||||||
|
Reference in New Issue
Block a user