ESP32-HUB75-MatrixPanel-DMA/examples/4_OtherShiftDriverPanel
Steph 8a0d40a41f
Title spelling mistake in README.md
Changed "Ohter" to "Other"
2025-01-24 20:30:13 +00:00
..
4_OtherShiftDriverPanel.ino Cleanup 2023-04-02 13:12:53 +01:00
FM6126A.md Cleanup 2023-04-02 13:12:53 +01:00
README.md Title spelling mistake in README.md 2025-01-24 20:30:13 +00:00

Other driver based LED Matrix Panels

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;