HUB75

Example image

Library for controlling the cheap RGB matrix displays with the interface colloquially known as hub75 with embedded-graphics & embedded-hal impls in rust.

Currently only supports panels with a resolution of 64x32 (tested on panel "P3-(2121)64*32-16S-D10").

See rpi-rgb-led-matrix for hookup instructions.

Pinout:

Hub 75 interface

Problem Solving

Improving perforance

There are many ways to further improve performance, even being able to achieve 8 bit color depth, unfortunately it doesn't seem possible with the current embedded-hal abstractions:

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.