hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.64k stars 1.16k forks source link

Support for P2 160x80 panel #1244

Open markphelan opened 3 years ago

markphelan commented 3 years ago

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?

rijotech commented 3 years ago

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

markphelan commented 3 years ago

@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.

Anton-always-junior commented 8 months ago

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?

dev-markus commented 6 months ago

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?