Watch
0
0
Fork
You've already forked esp32-c_its-companion
0

screen: Show lane types

This commit is contained in:
Jannik Beyerstedt 2026-08-28 21:23:06 +02:00 committed by Jannik Beyerstedt
commit 7bbdae9243
8 changed files with 172 additions and 40 deletions

11
Cargo.lock generated
View file

@ -1216,6 +1216,7 @@ dependencies = [
"prost",
"prost-build",
"static_cell",
"tinytga",
"trouble-host",
"ublox",
]
@ -2529,6 +2530,16 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "tinytga"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "477839bd612acb4d0551915eaf6eef8cc1b3a9dd58e18e9c2b746c78614a25d5"
dependencies = [
"embedded-graphics",
"nom",
]
[[package]]
name = "toml_datetime"
version = "1.1.1+spec-1.1.0"