rpi-rgb-led-matrix icon indicating copy to clipboard operation
rpi-rgb-led-matrix copied to clipboard

Support for P2 160x80 panel

Open markphelan opened this issue 4 years ago • 4 comments

I've acquired a sample P2 panel that's 160x80 pixels (320mmx160mm).

However, I can't specify 80 rows for the panel, is there any way to override this or do I need to do something like telling it the panel is 80x40 and they are chained 2x2?

I also think that the chipset used is FM6363 from what I can read, so I'm not sure if this is compatible with the library?

markphelan avatar Feb 04 '21 14:02 markphelan

@markphelan don't you think it will be useful to upload some images of the led module you just mentioned?

rijotech avatar Feb 24 '21 00:02 rijotech

@rijotech Well, it's a panel as I've described. If you feel a picture would help then here's the chipset on the back: image

I don't think there's much use taking a photo of the other side's 12,800 LEDs. It's 320x160mm, 160x80 LEDs like I stated.

In all honesty I expect this FM6363 chipset is designed for more than 64 rows and is controlled differently. My P5 works perfectly. This panel gives a brief flash during boot of the pi but displays nothing with any of the configurations I've tried.

markphelan avatar Feb 24 '21 07:02 markphelan

Hi. Is there a chance to control FM6363-based matrix with rpi-rgb-led-matrix library? Maybe exist other solution to control standalone matrix of this type with Pi?

Anton-always-junior avatar Jan 05 '24 11:01 Anton-always-junior

I have also the "P2 panel - 160x80 pixels" and with the instruction example i can not add the parameter: ...--led-rows=80 --led-cols=160. It show a limitation message from libary.

Exist a way to run with this libary the panel with more resolution?

dev-markus avatar Mar 21 '24 11:03 dev-markus