use prelude in examples
parent
f039b1f6a4
commit
e51406b05f
|
|
@ -11,8 +11,7 @@ use eink_waveshare_rs::{
|
|||
Buffer1in54,
|
||||
},
|
||||
graphics::{Display, DisplayRotation},
|
||||
color::Color,
|
||||
WaveshareDisplay,
|
||||
prelude::*,
|
||||
};
|
||||
|
||||
use lin_hal::spidev::{self, SpidevOptions};
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@ use eink_waveshare_rs::{
|
|||
Buffer4in2,
|
||||
},
|
||||
graphics::{Display, DisplayRotation},
|
||||
color::Color,
|
||||
WaveshareDisplay,
|
||||
prelude::*,
|
||||
};
|
||||
|
||||
extern crate embedded_graphics;
|
||||
|
|
|
|||
Loading…
Reference in New Issue