Browse Source

add anotherline to example

embedded-hal-1.0
Chris 7 years ago
parent
commit
a75a9b74bd
  1. 6
      examples/embedded_linux_epd4in2/src/main.rs

6
examples/embedded_linux_epd4in2/src/main.rs

@ -330,6 +330,12 @@ fn run() -> Result<(), std::io::Error> {
.into_iter(), .into_iter(),
); );
display.draw(
Line::new(Coord::new(90, 14), Coord::new(90, 42))
.with_stroke(Some(Color::Black))
.into_iter(),
);
let mut i = 0; let mut i = 0;

Loading…
Cancel
Save