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

View file

@ -53,7 +53,7 @@ spat = ["c-its-parser/spatem", "c-its-parser/mapem"]
# enable some debug printing (without enabling debug logging of the ESP RTOS)
spat_debug = []
# enable ST7789 based display
screen = ["dep:mipidsi", "dep:embedded-graphics", "dep:embedded-hal-bus", "dep:profont"]
screen = ["dep:mipidsi", "dep:embedded-graphics", "dep:embedded-hal-bus", "dep:profont", "dep:tinytga"]
# enable I/O via UART
uart = ["_uart", "_gnss"]
# enable I/O via BLE
@ -123,6 +123,7 @@ mipidsi = { version = "0.10.0", optional = true }
num-traits = { version = "0.2.19", default-features = false, features = ["libm"] }
profont = { version = "0.7.0", optional = true }
prost = { version = "0.14", default-features = false, features = ["derive"] }
tinytga = { version = "0.5.0", optional = true }
ublox = { version = "0.10", optional = true, default-features = false, features = ["alloc", "ubx_proto27"] }
[dev-dependencies]