Update README.md

This commit is contained in:
2024-07-14 19:33:11 -04:00
parent a37e49f51a
commit 1118a744d6

View File

@@ -176,7 +176,9 @@ OLED address = 0x3C
``` ```
### e-Paper ### e-Paper
#### ESP32-WROOM #### ESP32-WROOM Module
Wiring table
| ESP32-WROOM | e-Paper | | ESP32-WROOM | e-Paper |
| --- | --- | | --- | --- |
@@ -189,6 +191,15 @@ OLED address = 0x3C
#### ESP32-C3 #### ESP32-C3
| ESP32-C3 | e-Paper |
| --- | --- |
| `GPIO` | `BUSY` |
| `GPIO` | `CS`|
| `GPIO` | `RST` |
| `GPIO` | `DC` |
| `GPIO` | `CLK` |
| `GPIO` | `DIN` |
--- ---
## REFERENCES ## REFERENCES