diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 706dcd1da..a5786a215 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -75,6 +75,7 @@ void setup() { display.setFont(&FreeMonoBold9pt7b); display.print("Backups"); display.drawRect(str_x+100, str_y, 100, str_inc, GxEPD_BLACK); + display.drawRect(str_x+100, str_y+str_inc, 100, str_inc, GxEPD_BLACK); // Display text nicely centered on the display display.setTextColor(GxEPD_WHITE);