From ba17e833971ec8eeb72683a078552f404b76ccae Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sat, 19 Apr 2025 23:54:53 -0400 Subject: [PATCH] Update ePaper.h esp32-c3 --- ESP32_ePaperDisplay-Node/src/ePaper.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ESP32_ePaperDisplay-Node/src/ePaper.h b/ESP32_ePaperDisplay-Node/src/ePaper.h index d0907cbf2..d30c1e261 100644 --- a/ESP32_ePaperDisplay-Node/src/ePaper.h +++ b/ESP32_ePaperDisplay-Node/src/ePaper.h @@ -25,8 +25,15 @@ //#elif defined(ESP32) +// == ORIGINAL +//GxIO_Class io(SPI, /*CS=5*/ SS, /*DC=*/ 17, /*RST=*/ 16); // arbitrary selection of 17, 16 +//GxEPD_Class display(io, /*RST=*/ 16, /*BUSY=*/ 4); // arbitrary selection of (16), 4 + +// == ESP32-C3 GxIO_Class io(SPI, /*CS=5*/ SS, /*DC=*/ 17, /*RST=*/ 16); // arbitrary selection of 17, 16 GxEPD_Class display(io, /*RST=*/ 16, /*BUSY=*/ 4); // arbitrary selection of (16), 4 + + //GxIO_Class io(SPI, SS, 22, 21); //GxEPD_Class display(io, 16, 4);