Board/IDD/IDD1013-DAT/IDD1013-DAT.md
... ...
@@ -48,6 +48,14 @@ Matched with board definition
48 48
#define CLK_PIN_DEFAULT 16 // pin for devkitc, for PCIO please go IO32
49 49
50 50
51
+// setup for matrix size
52
+
53
+/*--------------------- MATRIX LILBRARY CONFIG -------------------------*/
54
+#define PANEL_RES_X 64 // Number of pixels wide of each INDIVIDUAL panel module.
55
+#define PANEL_RES_Y 32 // Number of pixels tall of each INDIVIDUAL panel module.
56
+#define PANEL_CHAIN 1 // Total number of panels chained one to another
57
+
58
+
51 59
52 60
### old setup file
53 61