Skip to content
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

AZERONE 128x64 ABC FM6124 Led Matrix not working #1729

Open
jacksonhmg opened this issue Nov 6, 2024 · 2 comments
Open

AZERONE 128x64 ABC FM6124 Led Matrix not working #1729

jacksonhmg opened this issue Nov 6, 2024 · 2 comments

Comments

@jacksonhmg
Copy link

jacksonhmg commented Nov 6, 2024

Hey guys,

I bought this panel:
https://www.amazon.com/gp/product/B0869P1DCH

It is:

  • 128x64
  • ABC addressing (even though the description says ABCDE)
  • Uses chips FM6124 and 74HC245C
  • P2

IMG_7035
IMG_7036

And I cannot get it working with any configuration.

I noticed this similar issue:
#823

and this:
#1025

However neither of suggestions in them seem to work and the supplier can't provide me a schematic or datasheet for the device.

For D0:

All --led-row-addr-type=0 variations all produce some variation of this result:
row0

All --led-row-addr-type=1 variations all produce some variation of this result:
demo1

All --led-row-addr-type=3 variations all produce some variation of this result:
row3

Experimenting with multiplexing and chip settings has not given any good results.

Do these results signal anything to those more experienced?

(@marcmerlin i noticed you used a similar board, is there anything that stands out about my output? maybe a signal of poor powering?)

Any help would be really appreciated, thank you.

@marcmerlin
Copy link
Contributor

marcmerlin commented Nov 7, 2024

Ok, I had a look at my ABC and ABCDE panels from Azerone, and indeed you have the ABC.
First thing is I would contact azerone and ask for a replacement. The amazon listing says ABCDE and you got the wrong panel so they should send you the ones you paid for.
I'm sure you saw #823 I posted in 2019, and strangely you got the same error than I did then an entire 5 years later. Back then, I contacted azerone and they sent me the correct panel.
It's probably best if you go through amazon support, but if needed, you can contact https://www.facebook.com/su.hongren.9 from Azerone directly.

Now, as per the link I posted, those ABC panels, can work, mine did, but I chose not to work them since I was setup to use ABCDE and wanted all my panels to be compatible.

As per the other bug I linked, for me the ABCs did work with
~/rpi-rgb-led-matrix/examples-api-use/demo --led-rows=64 --led-cols=128 --led-chain=1 --led-show-refresh --led-pwm-dither-bits=1 --led-pwm-bits=7 --led-panel-type=FM6126A --led-row-addr-type=3 -D0
but I still recommend you return them.

@marcmerlin
Copy link
Contributor

@hzeller as per our discussion last weekend, I don't know how much I can promise to help with bug-wise, but can you either dupe this bug against #823 , or give me github bug admin access and I'll be happy to do so?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants