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.7k stars 1.17k forks source link

64x128 panel overlapping LEDs #1282

Open I3lackshirts opened 3 years ago

I3lackshirts commented 3 years ago

F273E6E3-70A9-43CC-8333-174685EAA1A0

see the attached picture. Basically what is happening is the first 16 rows are displaying both the first 16 rows and rows 17-32 on top of each other. Same thing is happening for the bottom half. I tried inputting a different led-panel-type and just was getting errors. Anyone run into this before and know what to try?

I am also using the electro dragon board with a Rpi2.

davemaster commented 3 years ago

Greetings,

This a chain or parallel or panel (a picture of its back will be usefull) issue.

What is the command are You using with this output? Can You share it?

Best regards

hzeller commented 3 years ago

So this looks like a 64 pixel high panel. Did you invoke it with --led-rows=64, and, if you happen to use one of the Adafruit HATs, did the necessary hardware modification ?

I3lackshirts commented 3 years ago

So I am using the Electro dragon RGB panel v2 https://www.electrodragon.com/product/rgb-matrix-panel-drive-board-for-raspberry-pi-v2/ so I am thinking it will need a similar hardware modification? There is not much documentation about this board so not sure where to look to see where I can make a similar modification

And it is not a chain. Its one panel 64x128. I did use the commands to specify rows=64 cols=128 and no hardware pulse.

davemaster commented 3 years ago

So I am using the Electro dragon RGB panel v2 https://www.electrodragon.com/product/rgb-matrix-panel-drive-board-for-raspberry-pi-v2/ so I am thinking it will need a similar hardware modification? There is not much documentation about this board so not sure where to look to see where I can make a similar modification

And it is not a chain. Its one panel 64x128. I did use the commands to specify rows=64 cols=128 and no hardware pulse.

NO, use "regular" for work with that adapter. But, also, share your command, the one produce the output in your attached picture

hzeller commented 3 years ago

The electrodragon is similar to the adapter in this project. If you have a 64 pixel high panel, then you need to set a jumper; they have a similar arrangement like in the rpi-rgb-matrix adapter