该库包含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