-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for FM6126A #55
Comments
Howdy, so I guess you found my previous work looking around for support in making those panels work. You can have a look at http://marc.merlins.org/perso/arduino/post_2019-04-01_SmartMatrix_-SmartMatrix-Shield-v4-for-Teensy_-ESP32-shield-with-level-shifter_-and-SmartMatrix_GFX.html#ESP32 if you'd like more info on how to use SmartMatrix with ESP32. |
As another option, FM6126A is now natively supported in rPi. See: https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix |
Just realized the reason why my 64x32 led display doesn't work relates to the use of a different chip, FM6126A, which is not supported by RGB-matrix-Panel library.
Is there any ongoing work to support FM6126A chip? Looks like the PxMatrix library (for ESP8266) already supports it, but I couldn't use it on Arduino Mega 2560:
https://community.pixelmatix.com/t/smartmatrix-doesnt-support-fm6126a-driver-chips/421
Thank you.
The text was updated successfully, but these errors were encountered: