Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
This commit is contained in:
parent
91f74f2115
commit
14c3052b60
1 changed files with 2 additions and 1 deletions
|
@ -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
|
/* 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.
|
* as part of the begin(...) function.
|
||||||
*/
|
*/
|
||||||
|
// Default pin mapping for ESP32-S2 and ESP32-S3
|
||||||
#ifdef ESP32_SXXX
|
#ifdef ESP32_SXXX
|
||||||
|
|
||||||
#define R1_PIN_DEFAULT 45
|
#define R1_PIN_DEFAULT 45
|
||||||
|
@ -83,6 +83,7 @@
|
||||||
#define OE_PIN_DEFAULT 21
|
#define OE_PIN_DEFAULT 21
|
||||||
#define CLK_PIN_DEFAULT 33
|
#define CLK_PIN_DEFAULT 33
|
||||||
|
|
||||||
|
// Else use default pin mapping for ESP32 Original WROOM module.
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#define R1_PIN_DEFAULT 25
|
#define R1_PIN_DEFAULT 25
|
||||||
|
|
Loading…
Reference in a new issue