diff --git a/ESP32_ePaperDisplay-Node/src/ePaper.h b/ESP32_ePaperDisplay-Node/src/ePaper.h index 48165cbcc..00a1a33a2 100644 --- a/ESP32_ePaperDisplay-Node/src/ePaper.h +++ b/ESP32_ePaperDisplay-Node/src/ePaper.h @@ -31,7 +31,7 @@ // == ESP32-C3 GxIO_Class io(SPI, /*CS=5*/ 3, /*DC=*/ 5, /*RST=*/ 2); // arbitrary selection of 17, 16 -GxEPD_Class display(io, /*RST=*/ 2, /*BUSY=*/4 /*7*/); // arbitrary selection of (16), 4 +GxEPD_Class display(io, /*RST=*/ 2, /*BUSY=*/7 /*4*/); // arbitrary selection of (16), 4 //GxIO_Class io(SPI, SS, 22, 21);