mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:36:12 +00:00
.
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
//GxIO_Class io(SPI, SS, 22, 21);
|
||||
//GxEPD_Class display(io, 16, 4);
|
||||
|
||||
GxIO_Class io(SPI, SS, 2, 3);
|
||||
GxEPD_Class display(io, 3, 4);
|
||||
GxIO_Class io(SPI, /* CS */ SS, /* DC */ 2, /* RST */ 3);
|
||||
GxEPD_Class display(io, /* RST */ 3, /* BUSY */ 4);
|
||||
|
||||
/*
|
||||
#elif defined(ESP32) && (CONFIG_IDF_TARGET_ESP32C3)
|
||||
|
@@ -195,8 +195,8 @@ Wiring table
|
||||
| --- | --- |
|
||||
| `GPIO7` (fSPI D) | `DIN` (Blue) |
|
||||
| `GPIO10` (fSPI CS) | `CS` (Orange) |
|
||||
| `RXD` `GPIO` (RxD) | `RST` (White) |
|
||||
| `TXD` `GPIO` (TxD) | `DC` (Green) |
|
||||
| `RXD` `GPIO20` (RxD) | `RST` (White) |
|
||||
| `TXD` `GPIO21` (TxD) | `DC` (Green) |
|
||||
| `GPIO6` (fSPI CLK) | `CLK` (Yellow) |
|
||||
| `GPIO4` (fSPI HD) | `BUSY` (Purple) |
|
||||
|
||||
|
Reference in New Issue
Block a user