https://github.com/embersarc/rpi_led_panel
Rust library to control LED matrices with a Raspberry Pi.
https://github.com/embersarc/rpi_led_panel
Last synced: about 2 months ago
JSON representation
Rust library to control LED matrices with a Raspberry Pi.
- Host: GitHub
- URL: https://github.com/embersarc/rpi_led_panel
- Owner: EmbersArc
- License: gpl-2.0
- Created: 2022-06-19T20:03:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T09:27:45.000Z (about 2 months ago)
- Last Synced: 2025-03-30T12:06:41.224Z (about 2 months ago)
- Language: Rust
- Size: 135 KB
- Stars: 37
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
[![Latest Version]][crates.io]
[latest version]: https://img.shields.io/crates/v/rpi_led_panel.svg
[crates.io]: https://crates.io/crates/rpi_led_panel# 🦀 Raspberry Pi LED Panel
A Rust rewrite of the fantastic [rpi-rgb-led-matrix](https://github.com/hzeller/rpi-rgb-led-matrix) library. Use this if you want something that is easy to integrate into your Rust project but don't mind it being mostly untested. Contributions are welcome.
See the [examples](examples) to get started. You can run any of them with `--help` to get a list of command line arguments. See the [original readme](https://github.com/hzeller/rpi-rgb-led-matrix) for more information.