WIP FIXUP: Draw on screen
This commit is contained in:
parent
c40756adee
commit
1257ebc95f
1 changed files with 3 additions and 3 deletions
|
|
@ -356,9 +356,9 @@ where
|
||||||
.draw(&mut self.target)?;
|
.draw(&mut self.target)?;
|
||||||
|
|
||||||
// TODO: draw lane type?
|
// TODO: draw lane type?
|
||||||
// for usage in sig.usages {
|
for usage in &sig.usages {
|
||||||
// esp_println::println!("TODO: {usage}")
|
esp_println::println!("TODO: {usage:?}");
|
||||||
// }
|
}
|
||||||
|
|
||||||
// draw maneuver
|
// draw maneuver
|
||||||
text::Text::with_alignment(
|
text::Text::with_alignment(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue