mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 07:36:11 +00:00
ESP32-C3 ePaper
This commit is contained in:
@@ -71,7 +71,7 @@ void setup() {
|
|||||||
display.print("Backups");
|
display.print("Backups");
|
||||||
|
|
||||||
// Display text nicely centered on the display
|
// Display text nicely centered on the display
|
||||||
display.setFont(&FreeSans12pt7b); // Specify the font family & size
|
display.setFont(&FreeSansBold12pt7b); // Specify the font family & size
|
||||||
display.getTextBounds("SERVER DASHBOARD", 10, 100, &tbx, &tby, &tbw, &tbh); // Request width of text to be displayed
|
display.getTextBounds("SERVER DASHBOARD", 10, 100, &tbx, &tby, &tbw, &tbh); // Request width of text to be displayed
|
||||||
display.setCursor((display.width() - tbw) / 2, 100); // Calculate x-coordinate value
|
display.setCursor((display.width() - tbw) / 2, 100); // Calculate x-coordinate value
|
||||||
display.print("SERVER DASHBOARD"); // Print the text
|
display.print("SERVER DASHBOARD"); // Print the text
|
||||||
|
Reference in New Issue
Block a user