ESP32-C3 ePaper

This commit is contained in:
2025-04-25 03:48:40 -04:00
parent 5a80f6cae8
commit b506d8353f

View File

@@ -74,6 +74,7 @@ void setup() {
display.setCursor(str_x+200, str_y); display.setCursor(str_x+200, str_y);
display.setFont(&FreeMono9pt7b); display.setFont(&FreeMono9pt7b);
display.print("25%"); display.print("25%");
display.setFont(&FreeMonoBold9pt7b);
// Display Backups storage usage // Display Backups storage usage
display.setCursor(str_x, str_y+str_inc); display.setCursor(str_x, str_y+str_inc);
display.setFont(&FreeMonoBold9pt7b); display.setFont(&FreeMonoBold9pt7b);