-
I put this question(s) on two sites but so far have not gotten any help. maybe this is the one.
- I was able to set up all the hardware
- I downloaded the software from the github.com/hzeller/rpi-…
-
Hey there!
I use led-image-viewer to display some pics on my screen and I faced some problems.
I have my LED panels connected to raspberry3 using this adapter:
http://imgur.com/afW2X2Z
Issue 1. Colo…
-
Am I missing something? I couldn't find a way to control pwm_lsb_nanoseconds parameter with Python. Is there any way of reducing ghosting when using Python?
-
hi
Great job !.. I'm working on this project and not able to extend the chain length, (in rpi-rgb-led-matrix used -c option to extend the chain length) , how to extend the chain length in this pr…
-
I currently am experiencing the ghosting issue explained in
https://github.com/hzeller/rpi-rgb-led-matrix#changing-parameters-via-command-line-flags
**Ghosting with low --led-pwm-lsb-nanoseconds**
…
-
I'm putting together an application and have implemented the Image Scroller from the demo application into mine. It works fine, but one thing I've noticed is that the CPU usage is double or sometimes…
-
I have connected R1, G1, B1, R2, G2, B2 to my first and second chains (two chains with two 64x64 panels).
Question about GND, strobe, clock, OE-, A, B, C, D. It seems like ALL chains need to be wi…
-
The Python binding is missing some of the matrix arguments.
e.g:
--led-pwm-lsb-nanoseconds
--led-scan-mode
--led-slowdown-gpio
And others.
Also, it would be nice to be able to set led-gp…
-
I have everything installed, but I'm struggling with the command-line options and receive this error each time:
Traceback (most recent call last):
File "demo.py", line 16, in
from demo_opt…
-
I am trying to find out where I can manipulate the color of the background when the matrix running. I would like to set it to off or to black.
Is there an API I can refer to for Python?