This commit is contained in:
2025-04-20 02:13:02 -04:00
parent 14e2c64142
commit cff2db5c0f

View File

@@ -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);