mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 06:39:05 +00:00
ESP32-C3 ePaper
This commit is contained in:
@@ -55,10 +55,10 @@ void setup() {
|
||||
//display.update();
|
||||
display.setCursor(10, 30);
|
||||
display.setFont(&FreeSans9pt7b);
|
||||
display.print("PreeSans 9pt 7b");
|
||||
display.print("PreeSans 9pt7b");
|
||||
display.setCursor(10, 30);
|
||||
display.setFont(&FreeSans9pt7b);
|
||||
display.print("PreeSans 9pt 7b");
|
||||
display.setFont(&FreeSansBold9pt7b);
|
||||
display.print("PreeSans Bold 9pt7b");
|
||||
//display.update();
|
||||
|
||||
// Add UI elements
|
||||
|
Reference in New Issue
Block a user