-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
128x64 P2 led matrix not working #1704
Comments
Greetings, You're trying this first time? Ok, according vendor, this is a 32S panel... You know what that means? Check this link out for 32S panels; this is the first step. Also, share your pinout, and your command |
Hi! There is as difference between 1/32 and 32s led matrixes? As I understand, the 1/32 means that you have to use the A, B, C, D and E pins, and normaly the E pin is not exposed in some boards, but i'm using a direct (regular) adapter. My pinout is the regular one, as described on the link you shared. The command line I used was this (sorry, I forgot o share before):
I've play arround with --led-slowdown-gpio , --led-pwm-bits , --led-row-addr-type , --led-pwm-lsb-nanoseconds, --led-pwm-dither-bits, --led-no-hardware-pulse, --led-panel-type. The vendor just says that the IC is 6238. |
Ok, only the power issue is left... your panel is like x4 panels... minimum of 5V 20A power supply (just for try) and second, try like the panel were a 64x64 panel, just for see some output My experience, double check each of those cables.... You did? Do it again.. |
I'm using a 10A 5A power supply that works fine with the others 64x64 and also with 4x 64x64 setup I have. I'm also checking the voltage while I test it. This week I will try to do some bit bang and use a oscilloscope to se what is happening. |
Good alternative using the esp32-hub75-matrixpanel-i2s-dma library for discard a rgb panel malfunction. Can You share video of your panel working with the esp32 ? |
With the esp32-hub75-matrixpanel-i2s-dma library the 128x64 didn't work. |
I suggest You, to try this 128x64 Project, So You can probe your new panel. Some times, vendors sent broken or untested parts... lets check that out |
nice! Thanks, I will try this one! |
Me too, but with my 64x64 panels... I don't have those 128x64 yet |
The time I try to use two 64x64 with the ESP32 I ran out of memory haha but it worked for simple things and withou double buffer. Is hard to buy these led matrix from AliExpress, I tried to make a 6x 64x64 once and the last two I bought came different. They never send the same one. |
The BEST way, is be patient, and wait for some review, or buyer comments. Then buy those probed working panels |
Then, try an example; program like if You have a 64x32 32S RGB Moduel.... what happens? |
Is that the same panel that shown on the photos in your first post? It is clearly viewable that the chips on the panel are FM6363C and DP32019. |
Yes
Ok, thanks! |
Hello guys!
I just got two of this 128x64 P2 (P2-1515-128x64-32s-S2) led metrixes from AliExpress and after testing with all the settings I could not make ir work, both of them. Not even random colors and lines, just black. I teste others led matrixes what I have with my setup and everything worked fine, just the new one that doesn't work.
https://pt.aliexpress.com/item/1005007309542250.html?spm=a2g0o.order_list.order_list_main.11.3dad194dImMZro&gatewayAdapt=glo2bra
The chips are:
6363C NET23800C
6363C NET23900C
DP32019B 312501
And some 74hc254 and 74hc04 as usual.
Do you guys now this matrix and how to make it work?
The text was updated successfully, but these errors were encountered: