Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
This commit is contained in:
parent
23301be97b
commit
f32c46e746
1 changed files with 4 additions and 3 deletions
|
@ -25,11 +25,12 @@
|
|||
*
|
||||
*/
|
||||
#ifndef MATRIX_WIDTH
|
||||
#define MATRIX_WIDTH 64 // CHANGE THIS VALUE IF CHAINING
|
||||
#define MATRIX_WIDTH 64 // Single panel of 64 pixel width
|
||||
// #define MATRIX_WIDTH 64*4 // Example of chaining four (4) panels. Need to multiply the width.
|
||||
#endif
|
||||
|
||||
#ifndef MATRIX_HEIGHT
|
||||
#define MATRIX_HEIGHT 32 // CHANGE THIS VALUE ONLY IF USING 64px HIGH panel with E PIN
|
||||
#define MATRIX_HEIGHT 32 // CHANGE THIS VALUE to 64 IF USING 64px HIGH panel(s) with E PIN
|
||||
#endif
|
||||
|
||||
/* Best to keep these values as is. */
|
||||
|
@ -491,4 +492,4 @@ inline void MatrixPanel_I2S_DMA::drawIcon (int *ico, int16_t x, int16_t y, int16
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue