add embedded_graphics
parent
a079653a26
commit
8d08bef233
|
|
@ -29,6 +29,8 @@ epd4in2_fast_update = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
embedded-graphics = "0.4.1"
|
||||||
|
|
||||||
|
|
||||||
[dependencies.embedded-hal]
|
[dependencies.embedded-hal]
|
||||||
features = ["unproven"]
|
features = ["unproven"]
|
||||||
|
|
|
||||||
|
|
@ -78,6 +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;
|
||||||
|
|
||||||
//TODO: test spi mode
|
//TODO: test spi mode
|
||||||
/// SPI mode -
|
/// SPI mode -
|
||||||
/// For more infos see [Requirements: SPI](index.html#spi)
|
/// For more infos see [Requirements: SPI](index.html#spi)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue