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

120x60 flexible led matrix. #831

Open ostap-dm opened 5 years ago

ostap-dm commented 5 years ago

Hi, I'v just bought this matrix https://www.aliexpress.com/item/32961595666.html and I couldn't get it worked. I'v use this command and get such picture. I tried any different types of cols and rows. Can you help me with were to look for solving this problem. Thank you. Result with ./led-image-viewer --led-rows=60 --led-cols=120 --led-gpio-mapping='adafruit-hat-pwm' --led-slowdown-gpio=3 jp.png

source image

led pannel led pannel

davemaster commented 5 years ago

Try other multiplexing

El dom., 2 de jun. de 2019 12:33, Sheldon notifications@github.com escribió:

Hi, I'v just bought this matrix https://www.aliexpress.com/item/32961595666.html and I couldn't get it worked. I'v use this command and get such picture. I tried any different types of cols and rows. Can you help me with were to look for solving this problem. Thank you. Result with ./led-image-viewer --led-rows=60 --led-cols=120 --led-gpio-mapping='adafruit-hat-pwm' --led-slowdown-gpio=3 jp.png https://github.com/ostap-dm/img/blob/master/photo_2019-06-02_13-29-45.jpg

source image https://github.com/ostap-dm/img/blob/master/jp.png

led pannel https://github.com/ostap-dm/img/blob/master/photo_2019-06-02_13-29-48.jpg led pannel https://github.com/ostap-dm/img/blob/master/photo_2019-06-02_13-29-51.jpg

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hzeller/rpi-rgb-led-matrix/issues/831?email_source=notifications&email_token=AAIGUX56AX7ZD2MURWHRC4LPYP76PA5CNFSM4HSDD6MKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GXE77AA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIGUX3IOZK2BFPPAPWCWWDPYP76PANCNFSM4HSDD6MA .

ostap-dm commented 5 years ago

I tried every multiplexing. And it's not working.

davemaster commented 5 years ago

have You panels arrangement? Size?

El dom., 2 de jun. de 2019 18:57, Sheldon notifications@github.com escribió:

I tried every multiplexing. And it's not working.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hzeller/rpi-rgb-led-matrix/issues/831?email_source=notifications&email_token=AAIGUX6GLXNIIYDNJPGTVU3PYRM65A5CNFSM4HSDD6MKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWYATSA#issuecomment-498076104, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIGUX5Z6VBARAB5CGIYZ43PYRM65ANCNFSM4HSDD6MA .

ostap-dm commented 5 years ago

120x60 LEDs SMD P2. size is 240x120mm

ostap-dm commented 5 years ago

https://www.aliexpress.com/item/32961595666.html here is full information

jake653 commented 5 years ago

The troubling spec is: Moudle Scan | 30scan

(you may share issues with the recent 40x20 reference, both being non powers of 2 columns)

angelogoncalve commented 5 years ago

Try this flags in the command:

./led-image-viewer --led-rows=60 --led-cols=120 --led-gpio-mapping='adafruit-hat-pwm' --led-slowdown-gpio=2 --led-multiplexing=0 --led-parallel=1 --led-pwm-bits=1 --led-pwm-dither-bits=2 --led-scan-mode=0 jp.png

ostap-dm commented 5 years ago

This is output result

photo_2019-06-04_14-30-53

ostap_dm@mail.ru On Jun 4, 2019, 10:26 AM -0400, hzeller/rpi-rgb-led-matrix reply@reply.github.com, wrote:

./led-image-viewer --led-rows=60 --led-cols=120 --led-gpio-mapping='adafruit-hat-pwm' --led-slowdown-gpio=3 --led-multiplexing=0 jp.png

ostap-dm commented 5 years ago

So, none of the advises works. Is there any other ways to solve this problem?

ostap-dm commented 5 years ago

photo_2019-06-13_12-11-37 photo_2019-06-13_12-11-39 photo_2019-06-13_12-11-40

That's how sudo ./demo -D0 --led-cols=120 --led-rows=60 looks on my panel

hzeller commented 5 years ago

Looks like you're getting close and might need to do a little bit of position mapping.

ostap-dm commented 5 years ago

I gave up on it and bought module for using such led matrix. It turned out that it has 1/30 scan On Jul 6, 2019, 10:55 PM -0400, Henner Zeller notifications@github.com, wrote:

Looks like you're getting close and might need to do a little bit of position mapping. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.