removed the unused epd stuff

embedded-hal-1.0
Christoph Groß 2018-08-06 14:52:42 +02:00
parent a08b285cf7
commit 121a61b72d
1 changed files with 0 additions and 9 deletions

View File

@ -62,15 +62,6 @@ use drawing::color::Color;
pub mod command; pub mod command;
pub use self::command::Command; pub use self::command::Command;
use epds::EPD;
pub(crate) fn new() -> EPD {
EPD::new(
constants::WIDTH,
constants::HEIGHT
)
}
/// EPD4in2 driver /// EPD4in2 driver
/// ///