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

How can I fix this #1409

Open Bano310 opened 2 years ago

Bano310 commented 2 years ago

How can I fix this, Problem 1: The words are separated. Problem 2:The sentences are out of order Problem 1 aeee5499-66cc-4fd8-a901-527ec4815155 Problem 2 ca78c763-eca9-48f4-9cf6-2ab1be6fc369

Bano310 commented 2 years ago

@hzeller Hi master, I am using a RGB Matrix + RTC board and it gives me the mentioned problems how can I solve them.

jonasradke commented 2 years ago

What is the command that you use to run this?

Bano310 commented 2 years ago

¿Cuál es el comando que usas para ejecutar esto?

@hzeller sudo ./text-example -f ../fonts/cu12.bdf --led-chain=8 --led-slowdown-gpio=5

jonasradke commented 2 years ago

So led slowdown only accepts range from 0-4. You should try to use the flags —led-cols and —led-rows to set the amount of pixels in a single matrix. Also it does not look like you have 8 panels chained together but maybe they are just not in the photo.

hzeller commented 2 years ago

In general @Bano310 it would be helpful if you give more information about your set-up: how many panels do you have, which are the sizes of each panel, how have you wired them up (in one chain, in parallel); what is the RTC board you are talking about (link).

As @jonasradke said, set the --led-cols and --led-cols to the size of a single panel, then use --led-chain with the number of panels you have chained together.

The artifact you see looks like, you need to play around with --led-multiplexing to see if this matches your panel.

(--led-slowdown-gpio suggests 0..4, but it actually allows for up to 5 but it is a hidden feature as this usually should not be needed).

Bano310 commented 2 years ago

https://mail.google.com/mail/u/0?ui=2&ik=979753946b&attid=0.1&permmsgid=msg-f:1727277766572273070&th=17f885fa28f86dae&view=att&disp=safe&realattid=17f885ea672793feb591 this board I'm using, and I have two 32x64 daisy-chained panels. @hzeller @jonasradke

ghost commented 2 years ago

Hi @Bano310, I have the same problem, how did you fix it