We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the ESP32-HUB75-MatrixPanel-DMA library to drive the above panel, the following display issues occur:
Text Scrolling Effect Shows Ghost Images
Bouncing Rectangle Animation
Adjusted driver configuration: cpp mxconfig.driver = HUB75_I2S_CFG::MBI5124; mxconfig.clkphase = false; mxconfig.double_buff = false;
Used basic color values (0-7) instead of RGB565
Implemented independent pixel control and buffer management
Adjusted refresh timing and delays
The text was updated successfully, but these errors were encountered:
Power Supply?
Sorry, something went wrong.
Thank you for your quick response! The power supply is 5V 3A. Is there any issue with that?
Power should be good unless it's one of those "phone charger" supplies.
You might have to shorten your wiring. See here: #134
This looks to be an electrical issue and not a result of this library.
Do you have ground pin(s) connected between the HUB75 and the ESP32?
No branches or pull requests
[Bug Report] Ghost Image Issues with ESP32-HUB75-MatrixPanel-DMA Library on MBI5124 Driven P3 Panel
Hardware Setup
Issue Description
When using the ESP32-HUB75-MatrixPanel-DMA library to drive the above panel, the following display issues occur:
Text Scrolling Effect Shows Ghost Images
Bouncing Rectangle Animation
Attempted Solutions
Adjusted driver configuration:
cpp
mxconfig.driver = HUB75_I2S_CFG::MBI5124;
mxconfig.clkphase = false;
mxconfig.double_buff = false;
Used basic color values (0-7) instead of RGB565
Implemented independent pixel control and buffer management
Adjusted refresh timing and delays
Expected Behavior
Additional Notes
The text was updated successfully, but these errors were encountered: