bano310

Results 8 comments of bano310

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

> ¿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

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

@xuniuer hello good I just have to remove the time.sleeps?

@xuniuer @hzeller import argparse import time import sys import os sys.path.append(os.path.abspath(os.path.dirname(__file__) + '/..')) from rgbmatrix import RGBMatrix, RGBMatrixOptions class SampleBase(object): def __init__(self, *args, **kwargs): self.parser = argparse.ArgumentParser() self.parser.add_argument("-r", "--led-rows", action="store",...

> Sugerencias no profesionales: muchos factores deben ajustarse o considerarse contra el parpadeo. > > 1. ralentización del valor de gpio: intente ajustar el valor de acuerdo con su modelo...

> Gran pregunta, tengo lo mismo ;) > > Comparé el diagrama de cableado aquí ( https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/wiring.md#connections-per-chain ) con el diseño de pines RasPi, y pensé que _todo_ se usan...

> -- David Elias Flores Escalante TeleTracking SAC [](https://github.com/xuniuer)[](https://github.com/Bano310)[](https://github.com/Bano310)[](https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)[](https://github.com/Bano310)[](https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)[](https://github.com/xuniuer)[](https://github.com/Bano310)[](https://github.com/)Mi código está parpadeando, ¿cómo puedo eliminar este parpadeo? este es mi código importar json desde samplebase importar SampleBase desde rgbmatrix importar...