rpi-rgb-led-matrix icon indicating copy to clipboard operation
rpi-rgb-led-matrix copied to clipboard

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO

Results 303 rpi-rgb-led-matrix issues
Sort by recently updated
recently updated
newest added

https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/examples-api-use/README.md mentions ``` --led-pwm-dither-bits= : Time dithering of lower bits (Default: 0) ``` which is all I was able to find. However, it gives me a massive performance boost. I...

There is a routine that is not available in the Python binding. I have tried to add it, but my knowledge of c++ and cython is not strong enough to...

Hi , First of all I'm pretty new to c++ and don't know a lot about it. I'm have no problem when building, but when i try to run some...

Hi there, first of all thank you for this amazing library. It works like a charm! My setup: ``` options.rows = 32 options.cols = 704 options.chain_length = 1 options.hardware_mapping =...

Hi! I'm using the C#-bindings for my matrix and would like to instantiate multiple threads that update different parts of the screen, for example playing an animation or scrolling some...

Hello everyone! I have a problem with the pixel display. When I use the SetPixel() function, the corresponding pixel is displayed and one on the right. For example: I set...

Again thank you for this amazing got Hzeller and for all of the support you provide truly remarkable work. Question, what is the easiest way to display an RSS news...

I have gotten a code from jawedsoft (https://github.com/hzeller/rpi-rgb-led-matrix/issues/1028) but it my matrix is black and i dont see anything! This is the command i'm using`sudo python jonasuhr.py --led-chain=4 --led-rows=32 --led-cols=64...

This is a tiny PR, but this example binary should be ignored like all the others.

I always felt like i was missing some 3d examples, so i hereby added one to the examples. Feel free to try it out :)