ESP32-C3 ePaper

This commit is contained in:
2025-04-25 00:46:29 -04:00
parent a03690690e
commit 42e780e35c

View File

@@ -88,8 +88,8 @@ void setup() {
display.drawLine(0, 200, display.width(), 200, GxEPD_BLACK);
display.drawLine(200, 0, 200, display.height(), GxEPD_BLACK);*/
display.invertDisplay(true);
//display.update();
//display.invertDisplay(true);
display.update();
}
void loop() {