Update ESP32-HUB75-MatrixPanel-I2S-DMA.h

This commit is contained in:
mrfaptastic 2021-11-12 15:52:07 +00:00 committed by GitHub
parent 91f74f2115
commit 14c3052b60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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