From dbd6cb545307dee86c2d20c820cf5d590bb10b0c Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sat, 26 Oct 2024 10:08:48 -0400 Subject: [PATCH] . --- ESP32-C3_ePaper/src/ePaper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32-C3_ePaper/src/ePaper.h b/ESP32-C3_ePaper/src/ePaper.h index d0907cbf2..e193f92c0 100644 --- a/ESP32-C3_ePaper/src/ePaper.h +++ b/ESP32-C3_ePaper/src/ePaper.h @@ -25,8 +25,8 @@ //#elif defined(ESP32) -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, /*CS=5*/ 7, /*DC=*/ 1, /*RST=*/ 10); // arbitrary selection of 17, 16 +GxEPD_Class display(io, /*RST=*/ 10, /*BUSY=*/ 4); // arbitrary selection of (16), 4 //GxIO_Class io(SPI, SS, 22, 21); //GxEPD_Class display(io, 16, 4);