Crates.io | ws281x-rpi |
lib.rs | ws281x-rpi |
version | 0.0.1 |
source | src |
created_at | 2022-01-29 19:47:52.879005 |
updated_at | 2022-01-29 19:47:52.879005 |
description | Wrapper for ws281x library using bindgen to track upstream implementing the smart-leds trait |
homepage | |
repository | https://github.com/nathansamson/ws281x-rpi |
max_upload_size | |
id | 523776 |
size | 157,419 |
For usage with the smart-leds crate.
Inspired on the rust bindings of the rpi ws281x driver.
This project is still a work-in-progress.
For more information on how to use it please read the original documentation and pay special attention to the limitations section.
Code is licensed under the MIT license, so as long as you are cool with that, feel free to open an issue, talk about proposed changes, then open a PR! I would love a helping hand, just have to make sure things don't get too messy either.
rustup target add arm-unknown-linux-gnueabihf
sudo apt install libclang-dev