Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
This commit is contained in:
commit
2fe0cf0806
1 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,13 @@
|
||||||
## FM6126 based LED Matrix Panel Reset ##
|
## Ohter driver based LED Matrix Panels ##
|
||||||
|
|
||||||
FM6216 panels require a special reset sequence before they can be used, check your panel chipset if you have issues. Refer to this example.
|
Limited support for other panels exists, but requires this to be passed as a configuration option when using the library.
|
||||||
|
|
||||||
|
These panels require a special reset sequence before they can be used, check your panel chipset if you have issues. Refer to the example.
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
mxconfig.driver = HUB75_I2S_CFG::FM6126A;
|
||||||
|
mxconfig.driver = HUB75_I2S_CFG::ICN2038S;
|
||||||
|
mxconfig.driver = HUB75_I2S_CFG::FM6124;
|
||||||
|
mxconfig.driver = HUB75_I2S_CFG::MBI5124;
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue