add anotherline to example

embedded-hal-1.0
Chris 2018-10-18 22:59:53 +02:00
parent 591d25f74a
commit a75a9b74bd
1 changed files with 6 additions and 0 deletions

View File

@ -330,6 +330,12 @@ fn run() -> Result<(), std::io::Error> {
.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;