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
trafficstars

Hi All, I am building a digital analog clock, with a creative layout using Waveshare LED matrix panels 64X32. ![image](https://github.com/user-attachments/assets/3ae5ddf8-7499-4de0-bed6-374b27ac8b50) ![image](https://github.com/user-attachments/assets/8c012fcc-e1da-4f57-9954-f431e0817ee8) Can I build a custom mapper, to get this...

I'm trying to get a HUB75 RGB LED ABC panel working using the hzeller/rpi-rgb-led-matrix library on a Raspberry Pi Zero 2W using an Electrodragon HAT.. The panel uses MBI5124 constant-current...

First, I'll extract this important bit. addr-type=5, for 128x64 panels with the "go fast" options I'm giving below, works up to 236Hz. If I got faster, just a bit faster,...

I am trying to launch led-image-viewer from a Python script using subprocess.Popen, running the script as root, but the viewer subprocess exits with "Must run as root to be able...

This will add the ability to mock RPI hardware. Mocking RPI hardware can be especially useful when the project is large and needs a lot of compile time, especially on...

nev@nev:~/pix/nev/rpi-rgb-led-matrix/bindings/python $ sudo python3 setup.py install /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and...

Good morning, according to the documentation pins 29 to 40 are used only not in the case of a single panel and that is why I would like to use...

...rather than requiring fonts to be loaded through a File handle. New ReadFont method is useful for allowing default built-in font simply using a header file with a defined string...