diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-04-03 09:58:56 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-04-03 09:58:56 +0100 |
| commit | 2fe0cf0806070d5a3b9f59f4679ab3c15ddaf186 (patch) | |
| tree | 3141da3f086e3479c4654a6c703e5a64ee3a438d /examples | |
| parent | 921392ce47db78e98204f0d6b5d03b77990a266f (diff) | |
| parent | 8aecce3a8530a3704020d81f0d5914cd93050107 (diff) | |
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/4_OtherShiftDriverPanel/README.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/examples/4_OtherShiftDriverPanel/README.md b/examples/4_OtherShiftDriverPanel/README.md index 65019e6..40289cc 100644 --- a/examples/4_OtherShiftDriverPanel/README.md +++ b/examples/4_OtherShiftDriverPanel/README.md @@ -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; +``` |
