removed the unused epd stuff
parent
a08b285cf7
commit
121a61b72d
|
|
@ -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
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue