mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
aef95a4bba
commit
e92d831e7a
@ -31,7 +31,7 @@
|
||||
//GxIO_Class io(SPI, SS, 22, 21);
|
||||
//GxEPD_Class display(io, 16, 4);
|
||||
|
||||
GxIO_Class io(SPI, /* CS=SS=5 */ SS, /* DC=1 */ 6, /* RST=2 */ );
|
||||
GxIO_Class io(SPI, /* CS=SS=5 */ 7, /* DC=1 */ 6, /* RST=2 */ 5);
|
||||
GxEPD_Class display(io, /* RST=2;9 */ 5, /* BUSY=3;7 */ 4);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user