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

WIP Add graphics

This commit is contained in:
Jannik Beyerstedt 2026-09-07 12:34:58 +02:00
commit a8434b76d4
6 changed files with 72 additions and 13 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"