test patch
parent
cc2d09f4aa
commit
d37ffd5489
|
|
@ -29,7 +29,8 @@ epd4in2_fast_update = []
|
|||
|
||||
[dependencies]
|
||||
|
||||
embedded-graphics = "0.4.1"
|
||||
#embedded-graphics = "0.4.1"
|
||||
embedded-graphics = {git = "https://github.com/caemor/embedded-graphics", branch = "patch-1"}
|
||||
|
||||
|
||||
[dependencies.embedded-hal]
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ eink_waveshare_rs = { path = "../../", default-features = false, features = ["ep
|
|||
linux-embedded-hal = "0.2.0"
|
||||
|
||||
#embedded-graphics = "0.4.1"
|
||||
embedded-graphics = {git = "https://github.com/Caemor/embedded-graphics", branch = "patch-1"}
|
||||
embedded-graphics = {git = "https://github.com/caemor/embedded-graphics", branch = "patch-1"}
|
||||
|
||||
embedded-hal = { version = "0.2.1", features = ["unproven"] }
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ use embedded_graphics::coord::Coord;
|
|||
use embedded_graphics::fonts::Font6x8;
|
||||
use embedded_graphics::prelude::*;
|
||||
use embedded_graphics::primitives::{Circle, Line};
|
||||
use embedded_graphics::Drawing;
|
||||
|
||||
use lin_hal::spidev::{self, SpidevOptions};
|
||||
use lin_hal::{Pin, Spidev};
|
||||
|
|
|
|||
Loading…
Reference in New Issue