rework card view to display information on all displays as intended

This commit is contained in:
2026-09-27 13:41:41 +02:00
parent 00e23d4090
commit afcfe1693b
6 changed files with 193 additions and 78 deletions
Generated
+10
View File
@@ -206,6 +206,7 @@ dependencies = [
"log",
"num_enum",
"pn532",
"profont",
"static_assertions",
]
@@ -1595,6 +1596,15 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "profont"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "016681370a9dd6e7ddb4c1a959922fd59dc45e5ebaa5ff5b13090267898ced34"
dependencies = [
"embedded-graphics",
]
[[package]]
name = "quote"
version = "1.0.47"