diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 2235c1dbd..60199346f 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -71,6 +71,8 @@ void setup() { display.setCursor(str_x, str_y); display.setFont(&FreeMonoBold9pt7b); display.print("Files"); + display.setCursor(str_x, 250); + display.print("Free: 75%"); display.setCursor(str_x, str_y+str_inc); display.setFont(&FreeMonoBold9pt7b); display.print("Backups");