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

Issue with Displaying Pixel Propperly #1624

Closed glappa closed 6 months ago

glappa commented 7 months ago

Im using this Matrix Pannel with the panel type 'S3800467M05334 : https://de.aliexpress.com/item/1005005720691780.html?spm=a2g0o.order_list.order_list_main.28.42f65c5flfYDDz&gatewayAdapt=glo2deu on a Raspberry Pi 4, with a Adafruit Bonnet: https://www.amazon.de/dp/B07DNBLXV2?psc=1&ref=ppx_yo2ov_dt_b_product_details

https://github.com/hzeller/rpi-rgb-led-matrix/assets/119673858/f2fbff09-71d6-41e7-b118-e8b23512d851

https://github.com/hzeller/rpi-rgb-led-matrix/assets/119673858/f3882031-486a-433a-8517-2a0c90344f5a

https://github.com/hzeller/rpi-rgb-led-matrix/assets/119673858/99adc201-6f3e-49b3-bfd3-e4d9856552e9

Command used on the Raspberry PI 4 "sudo ./demo -D 7 --led-rows=64 --led-cols=64 --led-gpio-mapping=adafruit-hat --led-slowdown-gpio=5"

glappa commented 7 months ago

It seems like the Pixels are shifted, how can i get the middle on to the top and the bottom one connected to the top one? anyone know the answer

Nam0 commented 6 months ago

Could you send a picture of the back of your LED Panel?

davemaster commented 6 months ago

Greetings,

You wanna be helped? First, take many pictures to your panel, specially to: HUB-75 LED INPUT, code of the RGB PANEL. Second, use the command :

Command used on the Raspberry PI 4 "sudo ./demo -D 7 --led-rows=64 --led-cols=64 --led-gpio-mapping=adafruit-hat --led-slowdown-gpio=5"

and record a video of the result.

Best regards

glappa commented 6 months ago

Hello @davemaster. thank you for your reply! here are some picture of the back of my matrix: IMG-20240321-WA0003 IMG-20240321-WA0004 IMG-20240321-WA0005 IMG-20240321-WA0006 IMG-20240321-WA0007 IMG-20240321-WA0008 IMG-20240321-WA0009

as well as a video with the command you provided:

https://github.com/hzeller/rpi-rgb-led-matrix/assets/119673858/ec809e73-d953-4486-85d2-882faef5d0d8

https://github.com/hzeller/rpi-rgb-led-matrix/assets/119673858/edf3e228-e31c-4a25-ba5b-3875730ac5c7

Nam0 commented 6 months ago

Hi Glappa, Thanks for all of the pictures and videos, it looks like it might be an issue with how your E Line is set up, I was running a similar setup, slightly different board but same Hub 75 configuration. Could you try and solder a jumper from Pin 4 (OE) to Pin 18 on the RPI Bonnet board and run it again? If you want to double check before soldering it you should be able to steadily hold a wire on the two contacts and it should get reflected instantly on the board.

glappa commented 6 months ago

Hello @Nam0, Did you mean it like this? IMG-20240324-WA0005

IMG-20240324-WA0006

IMG-20240324-WA0007

Same Result: https://github.com/hzeller/rpi-rgb-led-matrix/assets/119673858/fb277d97-d044-4857-a07c-1e36440d6b20

Nam0 commented 6 months ago

Gotcha, and just to double check you have the E and 8 pins on the underside of the bonnet board bridged correct?

glappa commented 6 months ago

this is the backside of the Bonnet: WhatsApp Bild 2024-03-24 um 19 09 59_045dc8f7

WhatsApp Bild 2024-03-24 um 19 09 59_ab5f25a9

WhatsApp Bild 2024-03-24 um 19 09 59_bda917a1

Nam0 commented 6 months ago

Ah I see you don't have the E line pin soldered up, you will need to go thru and bridge the connector from E to 8 for these two pins image image

glappa commented 6 months ago

i bridged this part of the Bonnet (it is the backsite) WhatsApp Bild 2024-03-24 um 19 23 02_f726c726

glappa commented 6 months ago

Thank you very much @Nam0 IT WORKS! https://github.com/hzeller/rpi-rgb-led-matrix/assets/119673858/3f06e4a6-fef0-4d0d-955b-ebf8f63dc98a

glappa commented 6 months ago

marked as closed