ESP32-C3 ePaper

This commit is contained in:
2025-04-25 03:31:52 -04:00
parent c589aeb2d3
commit e32282fade

View File

@@ -79,6 +79,7 @@ void setup() {
display.fillRect(str_x+100, str_y-str_inc, 100*0.25, str_inc, GxEPD_BLACK);
// Backups bar
display.drawRect(str_x+100, str_y+str_inc, 100, str_inc, GxEPD_BLACK);
display.drawRect(str_x+100, str_y+str_inc, 100*0.75, str_inc, GxEPD_BLACK);
// Display text nicely centered on the display
display.setTextColor(GxEPD_WHITE);