diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-11-12 15:52:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-12 15:52:07 +0000 |
| commit | 14c3052b60e7a0852da5b5b9e5c460c449230760 (patch) | |
| tree | 50e6810f7f1c66a4b127a03f583df73385992815 | |
| parent | 91f74f21159c69c82046d4df37ae0f022305f313 (diff) | |
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
| -rw-r--r-- | ESP32-HUB75-MatrixPanel-I2S-DMA.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ESP32-HUB75-MatrixPanel-I2S-DMA.h b/ESP32-HUB75-MatrixPanel-I2S-DMA.h index 9fb2229..d472396 100644 --- a/ESP32-HUB75-MatrixPanel-I2S-DMA.h +++ b/ESP32-HUB75-MatrixPanel-I2S-DMA.h @@ -65,7 +65,7 @@ /* ESP32 Default Pin definition. You can change this, but best if you keep it as is and provide custom pin mappings * as part of the begin(...) function. */ - +// Default pin mapping for ESP32-S2 and ESP32-S3 #ifdef ESP32_SXXX #define R1_PIN_DEFAULT 45 @@ -83,6 +83,7 @@ #define OE_PIN_DEFAULT 21 #define CLK_PIN_DEFAULT 33 +// Else use default pin mapping for ESP32 Original WROOM module. #else #define R1_PIN_DEFAULT 25 |
