oled: rewrite the oled UI to have animations, and support a version of sleeping where the display is blank, at least

This commit is contained in:
2025-10-17 20:28:55 +02:00
parent 25a7dc7e18
commit 2dcdca0675
5 changed files with 358 additions and 118 deletions

View File

@@ -9,7 +9,7 @@ name = "renderbug-embassy"
path = "./src/bin/main.rs"
[features]
default = ["real-output"]
default = ["real-output", "oled"]
real-output = []
simulation = ["dep:rmp"]
radio = [