上传者: m0_57781768
|
上传时间: 2022-09-02 09:05:55
|
文件大小: 169KB
|
文件类型: ZIP
(更多详情、使用方法,请下载后细读README.md文件)
环保署司机\n该库包含 Waveshare 的电子纸模块驱动程序(与大连好显示的基本相同)。\n它使用嵌入式图形库来提供可选的图形支持。\n需要 2018 版兼容版本 (Rust 1.31+)。\n其他支持更多显示器的类似库是用于 arduino 的u8g2 和GxEPD。\n例子\n示例文件夹中有多个示例。用来试一试cargo run --example example_name。\n Setup the epd\nlet mut epd = Epd4in2new( & mut spi, cs, busy, dc, rst, & mut delay) ;\n\n Setup the graphics\nlet mut display = Display4in2default ();\n\n Draw some text\ndisplay.draw(\nlet _ = Textnew(\Hello Rust!\, Pointnew(x, y))\n.into_styled(text_style!(\n f