文件名称:epd-waveshare-Waveshare的基于嵌入式hal的ePaper显示器驱动程序,来自Waveshare,以前作为eink-waveshare-rs发布-Rust开发
文件大小:104KB
文件格式:ZIP
更新时间:2024-06-16 13:11:40
Rust Embedded development
该库包含Waveshare的电子纸模块的驱动程序(与大连好显示的电子纸模块基本相同)。 它使用嵌入式程序。该库包含Waveshare的电子纸模块驱动程序(与大连良品展示的驱动程序基本相同)。 它使用嵌入式图形库提供可选的图形支持。 需要2018版兼容版本(Rust 1.31+)。 其他支持更多显示器的类似库是u8g2和arduino的GxEPD。 示例示例文件夹中有多个示例。 使用cargo run --example example_name进行尝试。 //设置epd let mut epd =
【文件预览】:
epd-waveshare-main
----Cargo.toml(1KB)
----.github()
--------auto_assign.yml(466B)
--------dependabot.yml(535B)
--------auto_assign-issues.yml(302B)
--------workflows()
----src()
--------type_a()
--------epd2in7b()
--------epd1in54b()
--------epd2in13_v2()
--------epd1in54c()
--------epd7in5_v2()
--------epd2in9bc()
--------epd2in9()
--------graphics.rs(12KB)
--------traits.rs(11KB)
--------lib.rs(4KB)
--------epd5in65f()
--------epd1in54()
--------interface.rs(6KB)
--------epd2in13bc()
--------epd4in2()
--------epd2in9_v2()
--------color.rs(6KB)
--------epd7in5()
--------epd7in5_hd()
----examples()
--------epd2in13_v2.rs(6KB)
--------epd1in54_no_graphics.rs(3KB)
--------epd4in2.rs(5KB)
--------epd4in2_variable_size.rs(5KB)
--------epd2in13bc.rs(6KB)
----README.md(5KB)
----License.md(770B)
----.gitignore(217B)
----CHANGELOG.md(3KB)