Browse Source

fixed the wrong reference to the epd2in9 display instead of the 1in54

embedded-hal-1.0
Christoph Groß 7 years ago
parent
commit
49bad9c547
  1. 2
      src/epd1in54/mod.rs

2
src/epd1in54/mod.rs

@ -50,7 +50,7 @@ use interface::connection_interface::ConnectionInterface;
/// EPD2in9 driver /// EPD1in54 driver
/// ///
pub struct EPD1in54<SPI, CS, BUSY, DataCommand, RST, Delay> { pub struct EPD1in54<SPI, CS, BUSY, DataCommand, RST, Delay> {
/// SPI /// SPI

Loading…
Cancel
Save