add anotherline to example
parent
591d25f74a
commit
a75a9b74bd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue