Board/ILE/ILE1060-DAT/33-57-14-03-08-2023.png
... ...
Binary files /dev/null and b/Board/ILE/ILE1060-DAT/33-57-14-03-08-2023.png differ
Board/ILE/ILE1060-DAT/ILE1060-DAT.md
... ...
@@ -8,6 +8,9 @@
8 8
- 64x64 LED pixels
9 9
- to size is 192 x 192 mm
10 10
11
+
12
+![](33-57-14-03-08-2023.png)
13
+
11 14
## ref
12 15
13 16
- [[ILE1060]]
Tech/display/39-44-14-03-08-2023.png
... ...
Binary files a/Tech/display/39-44-14-03-08-2023.png and /dev/null differ
Tech/display/RGB-matrix-panel-dat.md
... ...
@@ -1,58 +0,0 @@
1
-
2
-
3
-# RGB matrix panel dat
4
-
5
-## Panel Specifications
6
-
7
-![](39-44-14-03-08-2023.png)
8
-
9
-| type | dots | size CM |
10
-| ---- | ----- | --------- |
11
-| P3 | 64x64 | 19x19 |
12
-| P6 | 32x32 | 19x19 |
13
-| P8 | 32x16 | 25.6x12.8 |
14
-
15
-
16
-
17
-| Type | LED SPECs | XY LEDs | subtotal | Dimension | Usage | Scan | Power | Status |
18
-| ---- | --------- | ------- | -------- | -------------- | ------------------ | ---- | ----- | ------- |
19
-| P3 | 3mm | 64 x 64 | 4096 | 19 x 19 CM | Indoor Display | 1/32 | ~20W | selling |
20
-| P4 | 4mm | 64 x 32 | 2048 | 25.6 x 12.8 CM | Indoor Display | | | N/A |
21
-| P6 | 6mm 3535 | 32 x 32 | 1024 | 19 x 19 CM | Outdoor, wateproof | 1/8 | ~30W | selling |
22
-| P8 | 8mm 3535 | 32 x 16 | 512 | 25.6 x 12.8 CM | Outdoor, wateproof | 1/4 | ~30W | selling |
23
-
24
-
25
-* Life time 1000,000,000 hours.
26
-* Drive constant current, dynamic
27
-* Flash rate 2000Hz
28
-
29
-
30
-## Full Rack Design
31
-
32
-- To install as a full screen:
33
-- For DIY entry level, install the magnetic screws on the panel, and snap to a standard size aluminium profile rack, panel back side support 10~20 screws, strong magnetic screws can hold it, and you can decide how many screws to use.
34
-- https://www.google.co.jp/search?q=aluminium+profile+rack&safe=off&dcr=0&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjtzP7Lnr3WAhVGvLwKHXWbASkQ_AUICigB&biw=1920&bih=950
35
-
36
-
37
-## Code Documentation
38
-- Demo code supported for Raspberry Pi, code revised from here https://github.com/hzeller/rpi-rgb-led-matrix, compatible and mostly same except transfomer part, original code can not well support our this type.
39
-- https://www.electrodragon.com/w/RPI_Matrix
40
-- Demo video available here. - https://www.youtube.com/watch?v=wN-cqQ_2kNs
41
-- Raspberry Pi adapter board is available here. https://www.electrodragon.com/product/rgb-matrix-panel-drive-board-raspberry-pi/
42
-
43
-
44
-## Accessories Included
45
-
46
-- power cable --> 2-to-2,  4pin 3.96mm to "Y" connector power cable.
47
-- data cable [[HUB75]] --> Include 16P ribbon cable for HUB75 connector to drive board.
48
-
49
-for outdoor ONLY P6 and P8
50
-- 4pcs magnetic snap screw, can be snapped on you metal frame. Screw specs is M3, Dia. 13mm, L 12mm.
51
-- waterproof rubber seal ring
52
-
53
-
54
-## Links
55
-
56
-- [[ILE1058-dat]] - [[ILE1059-dat]] - [[ILE1060-dat]] - [[RGB-matrix-panel-dat]]
57
-
58
-- [[led-rgb-panel]]
... ...
\ No newline at end of file
Tech/display/RGB-matrix-panel-dat/39-44-14-03-08-2023.png
... ...
Binary files /dev/null and b/Tech/display/RGB-matrix-panel-dat/39-44-14-03-08-2023.png differ
Tech/display/RGB-matrix-panel-dat/RGB-matrix-panel-dat.md
... ...
@@ -0,0 +1,58 @@
1
+
2
+
3
+# RGB matrix panel dat
4
+
5
+## Panel Specifications
6
+
7
+![](39-44-14-03-08-2023.png)
8
+
9
+| type | dots | size CM |
10
+| ---- | ----- | --------- |
11
+| P3 | 64x64 | 19x19 |
12
+| P6 | 32x32 | 19x19 |
13
+| P8 | 32x16 | 25.6x12.8 |
14
+
15
+
16
+
17
+| Type | LED SPECs | XY LEDs | subtotal | Dimension | Usage | Scan | Power | Status |
18
+| ---- | --------- | ------- | -------- | -------------- | ------------------ | ---- | ----- | ------- |
19
+| P3 | 3mm | 64 x 64 | 4096 | 19 x 19 CM | Indoor Display | 1/32 | ~20W | selling |
20
+| P4 | 4mm | 64 x 32 | 2048 | 25.6 x 12.8 CM | Indoor Display | | | N/A |
21
+| P6 | 6mm 3535 | 32 x 32 | 1024 | 19 x 19 CM | Outdoor, wateproof | 1/8 | ~30W | selling |
22
+| P8 | 8mm 3535 | 32 x 16 | 512 | 25.6 x 12.8 CM | Outdoor, wateproof | 1/4 | ~30W | selling |
23
+
24
+- type = LED pitch
25
+
26
+* Life time 1000,000,000 hours.
27
+* Drive constant current, dynamic
28
+* Flash rate 2000Hz
29
+
30
+
31
+
32
+## Code Documentation
33
+- Demo code supported for Raspberry Pi, code revised from here https://github.com/hzeller/rpi-rgb-led-matrix, compatible and mostly same except transfomer part, original code can not well support our this type.
34
+- https://www.electrodragon.com/w/RPI_Matrix
35
+- Demo video available here. - https://www.youtube.com/watch?v=wN-cqQ_2kNs
36
+- Raspberry Pi adapter board is available here. https://www.electrodragon.com/product/rgb-matrix-panel-drive-board-raspberry-pi/
37
+
38
+
39
+## Accessories Included
40
+
41
+- power cable --> 2-to-2,  4pin 3.96mm to "Y" connector power cable.
42
+- data cable [[HUB75]] --> Include 16P ribbon cable for HUB75 connector to drive board.
43
+
44
+for outdoor ONLY P6 and P8
45
+- 4pcs magnetic snap screw, can be snapped on you metal frame. Screw specs is M3, Dia. 13mm, L 12mm.
46
+- waterproof rubber seal ring
47
+
48
+## read more
49
+
50
+- [[full-panel-installation]]
51
+
52
+## Links
53
+
54
+- [[ILE1058-dat]] - [[ILE1059-dat]] - [[ILE1060-dat]] - [[RGB-matrix-panel-dat]]
55
+
56
+- [[mono-matrix-panel-dat]]
57
+
58
+- [[led-rgb-panel]]
... ...
\ No newline at end of file
Tech/display/full-panel-installation/16-52-14-03-08-2023.png
... ...
Binary files /dev/null and b/Tech/display/full-panel-installation/16-52-14-03-08-2023.png differ
Tech/display/full-panel-installation/52-47-14-03-08-2023.png
... ...
Binary files /dev/null and b/Tech/display/full-panel-installation/52-47-14-03-08-2023.png differ
Tech/display/full-panel-installation/54-53-14-03-08-2023.png
... ...
Binary files /dev/null and b/Tech/display/full-panel-installation/54-53-14-03-08-2023.png differ
Tech/display/full-panel-installation/full-panel-installation.md
... ...
@@ -0,0 +1,17 @@
1
+
2
+# full panel installation
3
+
4
+
5
+## Full Rack Design
6
+
7
+- To install as a full screen:
8
+- For DIY entry level, install the magnetic screws on the panel, and snap to a standard size aluminium profile rack, panel back side support 10~20 screws, strong magnetic screws can hold it, and you can decide how many screws to use.
9
+- https://www.google.co.jp/search?q=aluminium+profile+rack&safe=off&dcr=0&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjtzP7Lnr3WAhVGvLwKHXWbASkQ_AUICigB&biw=1920&bih=950
10
+
11
+![](52-47-14-03-08-2023.png)
12
+
13
+![](16-52-14-03-08-2023.png)
14
+
15
+## Install Methods
16
+
17
+![](54-53-14-03-08-2023.png)
... ...
\ No newline at end of file
Tech/display/mono-matrix-panel-dat.md
... ...
@@ -1,8 +0,0 @@
1
-
2
-# mono-matrix-panel-dat
3
-
4
-
5
-https://www.electrodragon.com/product/mono-color-led-matrix-panel-p10m/
6
-
7
-
8
-- [[RGB-matrix-panel-dat]] - [[mono-matrix-panel-dat]]
... ...
\ No newline at end of file
Tech/display/mono-matrix-panel-dat/mono-matrix-panel-dat.md
... ...
@@ -0,0 +1,8 @@
1
+
2
+# mono-matrix-panel-dat
3
+
4
+
5
+https://www.electrodragon.com/product/mono-color-led-matrix-panel-p10m/
6
+
7
+
8
+- [[RGB-matrix-panel-dat]] - [[mono-matrix-panel-dat]]
... ...
\ No newline at end of file