This commit is contained in:
2024-02-18 14:36:16 -05:00
parent 13977f6834
commit ce652b4753
6 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -12,13 +12,13 @@ void setup() {
Serial.begin(115200);
Serial.println("Running setup ...");
/*display.init(115200);
display.init(115200);
display.fillScreen(GxEPD_WHITE);
display.setTextColor(GxEPD_BLACK);
display.setFont(&FreeMonoBold9pt7b);
display.setCursor(10, 20);
display.print("ESP32 Display Node");
display.update();*/
display.update();
}
void loop() {