mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 15:00:52 +00:00
ESP32-C3 ePaper
This commit is contained in:
@@ -57,12 +57,13 @@ void setup() {
|
||||
display.setFont(&Picopixel);
|
||||
display.print("Picopixel");
|
||||
//display.update();
|
||||
|
||||
display.setCursor(10, 30);
|
||||
display.setFont(&FreeSans9pt7b);
|
||||
display.print("PreeSans 9pt7b");
|
||||
display.print("Files Pool");
|
||||
display.setCursor(10, 50);
|
||||
display.setFont(&FreeSans9pt7b);
|
||||
display.print("PreeSerif 9pt7b");
|
||||
display.setFont(&FreeSerif9pt7b);
|
||||
display.print("Archives Pool");
|
||||
|
||||
// Display text nicely centered on the display
|
||||
display.setFont(&FreeSerif12pt7b); // Specify the font family & size
|
||||
|
Reference in New Issue
Block a user