build: add some pixmaps for the oled UI, and generated rust code at build time

This commit is contained in:
2025-10-16 14:52:31 +02:00
parent 8280f38185
commit f04878160c
11 changed files with 123 additions and 0 deletions

View File

@@ -132,3 +132,6 @@ incremental = false
lto = 'fat'
opt-level = 's'
overflow-checks = false
[build-dependencies]
image = "0.25.8"