10 个版本

0.4.5 2024 年 4 月 20 日
0.4.4 2024 年 2 月 7 日
0.4.0 2023 年 9 月 4 日
0.3.0 2023 年 8 月 31 日
0.2.8 2023 年 8 月 31 日

#292 in 硬件支持

Download history 44/week @ 2024-04-21 1/week @ 2024-04-28 5/week @ 2024-05-05 1/week @ 2024-05-12 21/week @ 2024-05-19 11/week @ 2024-06-02 7/week @ 2024-06-09 8/week @ 2024-06-16

每月 641 次下载
5 个包 中使用

MIT 许可证

9KB
192

此库提供其他 lipl-display 包使用的类型。


lib.rs:

创建一个应用更新的新屏幕

示例

use lipl_display_common::{Command, LiplScreen, HandleMessage, Message};
let mut screen = LiplScreen::new(true, 40.0);
assert!(screen.dark);
screen.handle_message(Message::Command(Command::Light));
assert!(!screen.dark);

依赖项

~0.6–1.2MB
~26K SLoC