8 个版本
使用旧的 Rust 2015
0.3.2 | 2017年9月28日 |
---|---|
0.3.1 | 2017年9月28日 |
0.2.3 | 2017年9月26日 |
0.2.2 | 2017年5月10日 |
0.1.0 | 2017年4月20日 |
#1706 在 硬件支持
41 每月下载量
24KB
625 行
Scroll pHAT HD Rust 库
这是一个使用 Scroll pHAT HD 的非官方库,用于通过 Rust 控制。
先决条件
rustuptarget add arm-unknown-linux-gnueabi
apt-getinstall gcc-arm-linux-gnueabi
运行
要运行包含的示例
cargorun --examplealphabet
cargorun --examplecounter
lib.rs
:
Scroll pHAT HD
示例用法
let mut display = scroll_phat_hd::display::TermDisplay::new();
let mut scroller = scroll_phat_hd::scroller::Scroller::new(&mut display);
scroller.set_text("ABC");
scroller.show();
依赖项
~0.1–1.3MB
~18K SLoC