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