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

```c // file: include/led-matrix-c.h int character_width_font(struct LedFont *font, uint32_t unicode_codepoint); // file: lib/led-matrix-c.cc int character_width_font(struct LedFont *font, uint32_t unicode_codepoint) { return to_font(font)->CharacterWidth(unicode_codepoint); } ``` I think someone can use something...

Per Marc's suggestion, making a PR here for review. I put together packaging information for Python so that rpi-rgb-led-matrix can be installed as a package directly with pip. This is...

Hello all. Thank you so much for writing such a wonderful library. I am facing an issue while trying to use this library for my HUB75 16x32 P10 RGB Modules....

The default call (passing `unsafe=True`) leads to the warning `unsafe_ptrs property is deprecated and will be removed in Pillow 12` More information in the [Pillow documentation](https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html#get-internal-pointers-to-objects), which suggests `Image.Image.getim()` for...

This PR adds a singleton that is used to get a color lookup

I have an old 32x64 display that I can't get to properly display the demo. The panel is labeled as HUB75D (P3.0(2020)32-64-16S-V2.4) (dated 2013/06/01) with SUM74HC245T chips near the input....

![Image](https://github.com/user-attachments/assets/51809cf4-4244-47ac-8a35-f04eba4205d0) does anyone know what is happening here? Let me know if I need to provide more info raspberry pi 4B, connected to an adafruit hat (soldered the E and...

Still WIP will apply changes that you suggested

Good afternoon! In the effort to package some of my own python projects, it was frustrating me I couldn't include 'rgbmatrix' as a dependency. I've worked up a fork with...

Hub12 is very similar to Hub75, but the Output-enable has positive level (I think), and of course we can control many more panels with the outputs, as we only need...