Board/IDD/IDD1013-DAT/IDD1013-DAT.md
... ...
@@ -88,10 +88,10 @@ notice the differences of pin CLK and D
88 88
89 89
### setup for matrix size
90 90
91
-/*--------------------- MATRIX LILBRARY CONFIG -------------------------*/
92
-#define PANEL_RES_X 64 // Number of pixels wide of each INDIVIDUAL panel module.
93
-#define PANEL_RES_Y 32 // Number of pixels tall of each INDIVIDUAL panel module.
94
-#define PANEL_CHAIN 1 // Total number of panels chained one to another
91
+ /*--------------------- MATRIX LILBRARY CONFIG -------------------------*/
92
+ #define PANEL_RES_X 64 // Number of pixels wide of each INDIVIDUAL panel module.
93
+ #define PANEL_RES_Y 32 // Number of pixels tall of each INDIVIDUAL panel module.
94
+ #define PANEL_CHAIN 1 // Total number of panels chained one to another
95 95
96 96
97 97