Board-dat/IDD/IDD1016-DAT/IDD1016-DAT.md
... ...
@@ -65,6 +65,19 @@ detailed wiring please refer to [pxmatrix code](https://github.com/2dom/PxMatrix
65 65
66 66
Note to connect the input HUB75 to input of the panel, and the output HUB75 to output of the panel by cable.
67 67
68
+code setup
69
+
70
+ // Define your display layout here, e.g. 1/8 step, and optional SPI pins begin(row_pattern, CLK, MOSI, MISO, SS)
71
+ display.begin(4);
72
+ //display.begin(8, 14, 13, 12, 4);
73
+
74
+ // Define multiplex implemention here {BINARY, STRAIGHT} (default is BINARY)
75
+ //display.setMuxPattern(BINARY);
76
+
77
+ // Set the multiplex pattern {LINE, ZIGZAG,ZZAGG, ZAGGIZ, WZAGZIG, VZAG, ZAGZIG} (default is LINE)
78
+ display.setScanPattern(ZIGZAG);
79
+
80
+
68 81
## demo code
69 82
70 83
- Github code https://github.com/2dom/PxMatrix
PCB-dat/PCB-design-dat/PCB-design-dat.md
... ...
@@ -26,13 +26,13 @@
26 26
27 27
- [[PCB-form-dat]]
28 28
29
-- [[BTB-dat]]
29
+- [[CONN-BTB-dat]] - [[PCB-Castellated-Holes-dat]] - [[PCB-gold-fingers-dat]]
30 30
31 31
- [[test-point-dat]]
32 32
33 33
- [[bom-dat]]
34 34
35
-
35
+- [[PCB-ground-dat]]
36 36
37 37
38 38
## special
PCB-dat/PCB-design-dat/PCB-ground-dat/PCB-ground-dat.md
... ...
@@ -0,0 +1,10 @@
1
+
2
+
3
+# PCB-ground-dat
4
+
5
+- [[USB-SDK-dat]] - [[impedance-dat]] - [[virtual-ground-dat]] - [[circuits-dat]]
6
+
7
+
8
+
9
+## ref
10
+
Tech-dat/Interface-dat/USB-SDK-dat/USB-SDK-dat.md
... ...
@@ -1,7 +1,7 @@
1 1
2 2
# usb-dat
3 3
4
-- [[impedance-dat]] - [[virtual-ground-dat]] - [[circuits-dat]]
4
+- [[impedance-dat]] - [[virtual-ground-dat]] - [[circuits-dat]] - [[PCB-ground-dat]]
5 5
6 6
7 7
- [[CONN-USB-dat]] - [[USB-SDK-dat]] - [[cable-USB-dat]]