mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 11:48:48 +00:00
.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user