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

Split Image with HUB75E tried all options of hat/bonnets/electrodragon/active adapter #1462

Closed ignaciogaticarojas closed 1 year ago

ignaciogaticarojas commented 1 year ago

Hi im having a matrix displaying image with a blan link in the middle because of hub75 E-Line.

Im curious why since i tried all options with the active adapter that this repository suggest @hzeller Also tried adafruit options and electrodragon. Doing the modifications and conections asked for each them.

And i still have that blank line with all of them. Is there anyone in the community that could help with some advice? Thanks a lot

Im running it with

--led-cols=64 --led-slowdown-gpio=2 --led-gpio-mapping=adafruit-hat --led-brightness=85 --led-panel-type=FM6126A

image image

image

298754090_1777039889305932_2307719804239271376_n 304725628_1097318011211252_2972815615827972831_n

hzeller commented 1 year ago

looks like you have 40 pixel rows. Did you add --led-rows=40 ?

ignaciogaticarojas commented 1 year ago

That worked! @hzeller thank you again!

hzeller commented 1 year ago

yay!