tasks: write an oled information driver

This commit is contained in:
2025-10-17 14:39:26 +02:00
parent eb9f949e4e
commit 818f8af49a
3 changed files with 1114 additions and 3 deletions

View File

@@ -118,6 +118,8 @@ kfilter = "0.4.0"
rmp = { version = "0.8.14", optional = true, default-features = false }
xtensa-lx-rt = { version = "*", features = ["float-save-restore"] }
futures = { version = "0.3.31", default-features = false, features = ["async-await"] }
ssd1306 = { version = "0.10.0", features = ["async"] }
embedded-graphics = { version = "0.8.1", features = ["nalgebra_support"] }
[profile.dev]
# Rust debug is too slow.