3c66edb5739720cd93d01fc032818b57216b8588
Board-dat/Board-DAT.md
| ... | ... | @@ -139,7 +139,7 @@ see more ESP32 apps at NWI section |
| 139 | 139 | |
| 140 | 140 | - [[IDO1005-dat]] - [[IDO1006-dat]] |
| 141 | 141 | |
| 142 | -- [[IDD1013-DAT]] - [[IDD1016-DAT]] - [[IDD1023-dat]] |
|
| 142 | +- [[IDD1013-DAT]] - [[IDD1016-DAT]] - [[IDD1023-dat]] - [[IDD1027-dat]] |
|
| 143 | 143 | |
| 144 | 144 | ### IMS |
| 145 | 145 |
Board-dat/IDD/IDD1013-DAT/2026-03-20-21-34-34.png
| ... | ... | Binary files /dev/null and b/Board-dat/IDD/IDD1013-DAT/2026-03-20-21-34-34.png differ |
Board-dat/IDD/IDD1013-DAT/IDD1013-DAT.md
| ... | ... | @@ -57,6 +57,7 @@ notice the differences of pin CLK and D |
| 57 | 57 | #define R1_PIN_DEFAULT 25 |
| 58 | 58 | #define G1_PIN_DEFAULT 26 |
| 59 | 59 | #define B1_PIN_DEFAULT 27 |
| 60 | + |
|
| 60 | 61 | #define R2_PIN_DEFAULT 14 |
| 61 | 62 | #define G2_PIN_DEFAULT 12 |
| 62 | 63 | #define B2_PIN_DEFAULT 13 |
| ... | ... | @@ -171,6 +172,19 @@ Downgrade your ESP32 board package to version 2.0.17 which is compatible with th |
| 171 | 172 | - 15% for 100pcs order - [[discount-dat]] |
| 172 | 173 | |
| 173 | 174 | |
| 175 | + |
|
| 176 | +## supported panels |
|
| 177 | + |
|
| 178 | + |
|
| 179 | +- ICND2012 |
|
| 180 | +- RUC7258 |
|
| 181 | +- FM6126A AKA ICN2038S, FM6124 (Refer to PatternPlasma example on how to use.) |
|
| 182 | +- SM5266P |
|
| 183 | +- DP3246 with SM5368 row addressing registers |
|
| 184 | + |
|
| 185 | + |
|
| 186 | + |
|
| 187 | + |
|
| 174 | 188 | ## ref |
| 175 | 189 | |
| 176 | 190 | - [[CCO3546-dat]] - [[RMP-driver-dat]] |
Board-dat/IDD/IDD1027-dat/IDD1027-dat.md
| ... | ... | @@ -9,7 +9,7 @@ suitable boards - [[ESP32-S3-board-VCC-dat]] - [[ESP32-S3-board-WV-dat]] - [[ESP |
| 9 | 9 | |
| 10 | 10 | - [[protection-power-dat]] |
| 11 | 11 | |
| 12 | -- [[IDD1013-dat]] |
|
| 12 | +- [[IDD1013-dat]] - [[HUB75-dat]] |
|
| 13 | 13 | |
| 14 | 14 | |
| 15 | 15 | |
| ... | ... | @@ -44,52 +44,30 @@ suitable boards - [[ESP32-S3-board-VCC-dat]] - [[ESP32-S3-board-WV-dat]] - [[ESP |
| 44 | 44 | |
| 45 | 45 | ## default pin for ESP32-S3 |
| 46 | 46 | |
| 47 | +https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA |
|
| 48 | + |
|
| 47 | 49 | #include <ESP32-HUB75-MatrixPanel-I2S-DMA.h> |
| 48 | 50 | |
| 49 | 51 | |
| 50 | 52 | libraries\ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display\esp32s3-default-pins.hpp |
| 51 | 53 | |
| 52 | - #pragma once |
|
| 53 | - |
|
| 54 | - // Avoid and QSPI pins |
|
| 55 | - |
|
| 56 | - #define R1_PIN_DEFAULT 4 |
|
| 57 | - #define G1_PIN_DEFAULT 5 |
|
| 58 | - #define B1_PIN_DEFAULT 6 |
|
| 59 | - #define R2_PIN_DEFAULT 7 |
|
| 60 | - #define G2_PIN_DEFAULT 15 |
|
| 61 | - #define B2_PIN_DEFAULT 16 |
|
| 62 | - |
|
| 63 | - #define A_PIN_DEFAULT 18 |
|
| 64 | - #define B_PIN_DEFAULT 8 |
|
| 65 | - #define C_PIN_DEFAULT 3 |
|
| 66 | - #define D_PIN_DEFAULT 42 |
|
| 67 | - #define E_PIN_DEFAULT -1 // required for 1/32 scan panels, like 64x64. Any available pin would do, i.e. IO32 |
|
| 68 | - |
|
| 69 | - #define LAT_PIN_DEFAULT 40 |
|
| 70 | - #define OE_PIN_DEFAULT 2 |
|
| 71 | - #define CLK_PIN_DEFAULT 41 |
|
| 72 | - |
|
| 73 | -modified |
|
| 74 | - |
|
| 75 | - |
|
| 54 | + #define R1_PIN_DEFAULT 11 |
|
| 76 | 55 | #define G1_PIN_DEFAULT 9 |
| 77 | 56 | #define B1_PIN_DEFAULT 10 |
| 78 | - #define R1_PIN_DEFAULT 11 |
|
| 79 | - |
|
| 57 | + #define R2_PIN_DEFAULT 14 |
|
| 80 | 58 | #define G2_PIN_DEFAULT 12 |
| 81 | 59 | #define B2_PIN_DEFAULT 13 |
| 82 | - #define R2_PIN_DEFAULT 14 |
|
| 83 | 60 | |
| 84 | 61 | #define A_PIN_DEFAULT 7 |
| 85 | 62 | #define B_PIN_DEFAULT 15 |
| 86 | 63 | #define C_PIN_DEFAULT 16 |
| 87 | 64 | #define D_PIN_DEFAULT 17 |
| 88 | - #define E_PIN_DEFAULT -1 |
|
| 65 | + #define E_PIN_DEFAULT 18 |
|
| 89 | 66 | |
| 90 | 67 | #define LAT_PIN_DEFAULT 4 |
| 91 | 68 | #define OE_PIN_DEFAULT 5 |
| 92 | - #define CLK_PIN_DEFAULT 6 |
|
| 69 | + #define CLK_PIN_DEFAULT 16 |
|
| 70 | + |
|
| 93 | 71 | |
| 94 | 72 | ## ref |
| 95 | 73 |
Board-dat/ILE/ILE1060-DAT/ILE1060-DAT.md
| ... | ... | @@ -26,6 +26,8 @@ |
| 26 | 26 |  |
| 27 | 27 | |
| 28 | 28 | |
| 29 | + |
|
| 30 | + |
|
| 29 | 31 | - [[screw-dat]] - [[screw-magnetic-dat]] |
| 30 | 32 | |
| 31 | 33 | - [[waterproof-dat]] |
Tech-dat/Interface-dat/HUB08-dat/2026-03-20-22-09-30.png
| ... | ... | Binary files /dev/null and b/Tech-dat/Interface-dat/HUB08-dat/2026-03-20-22-09-30.png differ |
Tech-dat/Interface-dat/HUB08-dat/HUB08-dat.md
| ... | ... | @@ -0,0 +1,24 @@ |
| 1 | + |
|
| 2 | + |
|
| 3 | +# HUB08-dat |
|
| 4 | + |
|
| 5 | + |
|
| 6 | + |
|
| 7 | +| L-pin | Function | R-pin | Function | |
|
| 8 | +| ----- | -------- | ----- | -------- | |
|
| 9 | +| 1 | GND | A | 2 | |
|
| 10 | +| 3 | GND | B | 4 | |
|
| 11 | +| 5 | GND | c | 6 | |
|
| 12 | +| 7 | EN | D | 8 | |
|
| 13 | +| 9 | R1 / R1 | G1 | 10 | |
|
| 14 | +| 11 | R2 / B1 | G2 | 12 | |
|
| 15 | +| 13 | GND | LAT | 14 | |
|
| 16 | +| 15 | GND | CLK | 16 | |
|
| 17 | + |
|
| 18 | +## ref |
|
| 19 | + |
|
| 20 | +https://www.savel.org/2022/08/03/hub08-led-board-matrix-display-protocol-and-interface-to-stm32f103/ |
|
| 21 | + |
|
| 22 | + |
|
| 23 | + |
|
| 24 | + |
Tech-dat/Interface-dat/HUB75-DAT/2026-03-20-19-32-41.png
| ... | ... | Binary files /dev/null and b/Tech-dat/Interface-dat/HUB75-DAT/2026-03-20-19-32-41.png differ |
Tech-dat/Interface-dat/HUB75-DAT/HUB75-DAT.md
| ... | ... | @@ -4,6 +4,8 @@ |
| 4 | 4 | |
| 5 | 5 | - [[cable-ribbon-dat]] - [[HUB75-dat]] |
| 6 | 6 | |
| 7 | +- [[HUB75-dat]] - [[HUB08-dat]] |
|
| 8 | + |
|
| 7 | 9 | |
| 8 | 10 | |
| 9 | 11 | ## HUB75 with logic shifter on channel 0 |
| ... | ... | @@ -16,6 +18,8 @@ |
| 16 | 18 | |
| 17 | 19 |  |
| 18 | 20 | |
| 21 | + |
|
| 22 | + |
|
| 19 | 23 | |
| 20 | 24 | ## Input |
| 21 | 25 |
board-series-dat/led-rgb-panel-dat/led-rgb-panel-dat.md
| ... | ... | @@ -13,7 +13,7 @@ We sell the highly reliable, high quality panels. Probably the top quality from |
| 13 | 13 | |
| 14 | 14 | - [[RMP-driver-dat]] |
| 15 | 15 | |
| 16 | - |
|
| 16 | +- [[HUB75-dat]] - [[HUB08-dat]] |
|
| 17 | 17 | |
| 18 | 18 | |
| 19 | 19 | ## Panel Specifications |
| ... | ... | @@ -43,6 +43,19 @@ We sell the highly reliable, high quality panels. Probably the top quality from |
| 43 | 43 | * Drive constant current, dynamic |
| 44 | 44 | * Flash rate 2000Hz |
| 45 | 45 | |
| 46 | + |
|
| 47 | + |
|
| 48 | +## common panels |
|
| 49 | + |
|
| 50 | +| dots | model | CM | chip | SKU | port | |
|
| 51 | +| ------- | ----- | --- | ---- | --- | --------------- | |
|
| 52 | +| 256x128 | | | | | [[HUB08-dat]] | |
|
| 53 | +| 64x64 | P3 | | | | [[ILE1060-dat]] | |
|
| 54 | +| 32x16 | | | | | [[ILE1058-dat]] | |
|
| 55 | + |
|
| 56 | +- [[ILE1060-dat]] |
|
| 57 | + |
|
| 58 | + |
|
| 46 | 59 | ## Code Documentation |
| 47 | 60 | |
| 48 | 61 | - 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. |
| ... | ... | @@ -67,10 +80,6 @@ for outdoor ONLY P6 and P8 |
| 67 | 80 | |
| 68 | 81 | - [[cable-power-dat]] - [[conn-cable-terminal-dat]] - [[CONN-VH3.96-dat]] - [[conn-cable-terminal-crimp-dat]] |
| 69 | 82 | |
| 70 | - |
|
| 71 | - |
|
| 72 | - |
|
| 73 | - |
|
| 74 | 83 | |
| 75 | 84 | - [[screw-dat]] - [[screw-magnetic-dat]] |
| 76 | 85 |