rust-rpi-led-matrix / rust-rpi-rgb-led-matrix

Rust bindings for rpi-rgb-led-matrix
https://crates.io/crates/rpi-led-matrix
25 stars 10 forks source link
bindings hub75 led raspberry-pi rpi rpi-rgb-led-matrix rust

Control RGB LED displays from Rust

This repository contains rust bindings for the C++ library rpi-rgb-led-matrix, which enables controlling Hub75 based displays. It includes both raw bindings to the library in rpi-led-matrix-sys as well as higher level, safe rust bindings in rpi-led-matrix.

rpi-led-matrix README

rpi-led-matrix-sys README

There is also a pure Rust rewrite in the crate rpi-led-panel!