fix embedded_graphics include

embedded-hal-1.0
caemor 2018-10-14 12:38:56 +02:00
parent c16e136d09
commit 3196c4b387
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ pub use epd2in9::EPD2in9;
#[cfg(any(feature = "epd1in54", feature = "epd2in9"))] #[cfg(any(feature = "epd1in54", feature = "epd2in9"))]
pub(crate) mod type_a; pub(crate) mod type_a;
use embedded-graphics; extern crate embedded_graphics;
use embedded_graphics;
//TODO: test spi mode //TODO: test spi mode
/// SPI mode - /// SPI mode -