From ff681a53ec657a88a6c338b5b1a91c854d97c63e Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sun, 20 Apr 2025 12:03:23 -0400 Subject: [PATCH] esp32c3 epd --- 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 cd0697511..951499f61 100644 --- a/ESP32-C3_ePaper/src/ePaper.h +++ b/ESP32-C3_ePaper/src/ePaper.h @@ -25,8 +25,8 @@ //#elif defined(ESP32C3) -GxIO_Class io(SPI, /*CS=5*/ 7, /*DC=*/ 6, /*RST=*/ 5); // arbitrary selection of 17, 16 -GxEPD_Class display(io, /*RST=*/ 5, /*BUSY=*/ 4); // arbitrary selection of (16), 4 +GxIO_Class io(SPI, /*CS=5*/ 7, /*DC=*/ 1, /*RST=*/ 2); // arbitrary selection of 17, 16 +GxEPD_Class display(io, /*RST=*/ 2, /*BUSY=*/ 3); // arbitrary selection of (16), 4 //GxIO_Class io(SPI, SS, 22, 21); //GxEPD_Class display(io, 16, 4);