fixed the wrong reference to the epd2in9 display instead of the 1in54
parent
835e25d133
commit
49bad9c547
|
|
@ -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…
Reference in New Issue