-
Notifications
You must be signed in to change notification settings - Fork 230
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
Common Issues - READ THIS FIRST #134
Comments
mrcodetastic
changed the title
Common Issues - Read This First
Common Issues - READ THIS FIRST
Jan 14, 2022
You're panel must be some weird scan type. Try using the 1/8 scan example? The clkphase setting is a physical electrical configuration thing. So the fact you now get an output = correct value. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are so many different types of HUB75 LED panels that the 'default' configuration of this library will not work in some cases.
Below is a list of commonly reported issues, and solutions. If your issue is not one of those listed below, raise a seperate new issue.
Issue 1: GHOSTING [#132][#145]
or
Solution: Increase the latch_blanking (i.e. the time between clocking data to the panel and then turning the LEDS 'on'). Some panels can't handle the speed of this library.
and reduce brightness as well
and ensure wiring is AS SHORT AS POSSIBLE. Use the shortest jumper cables from the HUB75 to the ESP32. Avoid this:
Example video of what happens with long wires: https://www.youtube.com/watch?v=jWXfdtsxo0o
Issue 2: Vertical output isn't aligned in the two panels of a single 1/16 scan panel OR x-coord 0 isn't visable on screen. [#133]
Becomes more obvious a problem when using chaining as well, as rows will be offset by a column:
Or on a single panel, pixel with an x co-ordinate of 0 are not visible (and might show on the last/right column instead)
Solution: Change dma output clock signal phase in your setup configuration. i.e.
Issue 3: Blurred output [#130] [#75]
Video.2.2.1.mp4
Solution: Invert the clock signal in your setup configuration. i.e.
Note: This is now the default of the library as of 2.0.5.
Issue 4: Flickering or other garbage output [#39] [#35]
Solution:
Issue 5: Color change between panels [#62]
There's batch of craply made panels being sold where the red and green (possibly blue as well) pins have been wrongly wired to another color for the R2/G2 pins.
Solution:
Issue 6: Garbled/blurred output on one half of the SAME panel [#130]
assembly.Video.4.mp4
Solution:
Issue 7: Some rows are not showing for no reason [#245]
Solution:
Note: These HUB75 panels are supposed to be driven with 5v on the inputs, but they work by accident with 3.3v
Issue 8: Poor WiFi performance when ESP32 is connected to HUB75 panel
This is an electrical noise issue that is out of the control of this library.
Refer to this discussion post on possible solutions: #656 (comment)
Perhaps just buy a WF1 and configure the library as required: https://github.com/mrcodetastic/HD-WF1-LED-MatrixPanel-DMA
The text was updated successfully, but these errors were encountered: