Faster fill

This commit is contained in:
2025-12-02 23:08:29 +01:00
parent 9925499eff
commit 56f9c423e7
8 changed files with 547 additions and 77 deletions

View File

@ -36,6 +36,9 @@ embassy-executor = {version = "0.9.1", features = ["arch-riscv32"]}
embassy-time = "0.5.0"
embassy-sync = "0.7.2"
embedded-graphics-framebuf = "0.5.0"
static_cell = "2.1.1"
ens160-aq = {version = "0.2.11"}
aht20-async = "1.0.0"
@ -50,5 +53,5 @@ debug = 2
debug-assertions = false
incremental = false
lto = 'fat'
opt-level = 's'
opt-level = 3
overflow-checks = false