epd waveshare:Waveshare的各种EPD的驱动程序 源码
该库包含Waveshare的电子纸模块驱动程序(与大连良品展示的电子纸模块基本相同)。 它使用库提供可选的图形支持。 需要2018版兼容版本(Rust 1.31+)。 其他支持更多显示器的类似库是和arduino的 。 例子 examples文件夹中有多个示例。 使用cargo run --example example_name进行尝试。 // Setup the epd let mut epd = EPD4in2 :: new ( & mut spi, cs, busy, dc, rst, & mut delay)?; // Setup the graphics let mut d
文件列表
epd-waveshare-main.zip
(预估有个56文件)
epd-waveshare-main
.gitignore
217B
src
epd2in7b
constants.rs
2KB
mod.rs
13KB
graphics.rs
5KB
command.rs
6KB
epd7in5
mod.rs
8KB
暂无评论