removed the unused epd stuff

digi-v2-tests
Christoph Groß 5 years ago
parent a08b285cf7
commit 121a61b72d

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

Loading…
Cancel
Save