ESP32-C3 ePaper

This commit is contained in:
2025-04-25 04:03:18 -04:00
parent fa6f454289
commit a932c91be1

View File

@@ -88,7 +88,7 @@ void setup() {
display.drawRect(str_x+100, str_y-1, 100, str_inc, GxEPD_BLACK);
display.fillRect(str_x+100, str_y-1, 100*0.75, str_inc, GxEPD_RED);
display.fillRoundRect(200, 200, 200, 70, 5, GxEPD_BLACK);
//display.fillRoundRect(200, 200, 200, 70, 5, GxEPD_BLACK);
// Display text nicely centered on the display
display.setTextColor(GxEPD_WHITE);