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

I found a panel that none of the Multiplex options (0-18) worked for, so I had to create a new one for it in `multiplex-mappers.cc`. I don't really have a...

Hello, First a kind thank you for making this great library available to the world! Can you consider making the Font glyphs accessible from outside the Font class? For example...

The bigger the font and full size pics are coming out like in this video where the top half is a pixel or two off and is kind of split....

This change allowed me to use the ZStripeMultiplexMapper with a tile height of 13, for an LED panel that required this change for the mapping to work I decided to...

Hello, I've a problem executing the samples fpr python. I get everytime this exception: `PS D:\Downloads\Chrome\rpi-rgb-led-matrix-master\bindings\python\samples> python runtext.py Traceback (most recent call last): File "runtext.py", line 3, in from samplebase...

Hi, I want to use a 128X64 matrix board, where should I plug line E? Product link: https://aliexpress.com/item/32957597916.html?spm=a2g0o.order_list.order_list_main.5.53aa140feVXUJT&gatewayAdapt=glo2kor ![20230803_183610.jpg](https://github.com/hzeller/rpi-rgb-led-matrix/assets/129396014/29a53492-5905-4e08-969a-fafba13aa2e8)

1. Minor fix that changes a variable name. Some compilers options (such as what I'm using) don't like that. 2. Explicit type casting on a few led-matrix.cc methods

I attempted to configure my LED panel along with a DHT22 sensor on my Raspberry Pi 1 B. However, I encountered an issue where the DHT22 sensor failed to provide...

Hi i'm working on P8 led porting I'm having a lot of trouble. Anyone with experience please help led module : p8 20x40 mbi 5124 ![led2](https://github.com/hzeller/rpi-rgb-led-matrix/assets/142382479/92272c53-8ec0-4882-a5ce-da8d4928c53f) ![led1](https://github.com/hzeller/rpi-rgb-led-matrix/assets/142382479/49aaaddf-6df4-4593-83a8-73f91686f561) It's an urgent...

I have a panel setup where my display is mirrored onto a 2nd display, so I use ribbon cables to plug the 2nd set of panels as output of the...

feature-request