rework tertiary display API again

This commit was merged in pull request #42.
This commit is contained in:
2026-08-26 19:39:33 +02:00
parent e26b1f571d
commit e33262577d
2 changed files with 214 additions and 191 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ async fn main(spawner: Spawner) {
let h = EXAMPLE[HEART];
let e = EXAMPLE[EMPTY];
let b = EXAMPLE[BOX];
if let Err(e) = lcd.write(&alloc::format!("Custom symbols: {h}{e}{b}")) {
if let Err(e) = lcd.write(&alloc::format!("Custom symbols: {h}{e}{b} And more stuff to wrap and cut off please.")) {
log::error!(
"Tertiary LCD startup text write failed over shared I2C bus; check the shared bus, wiring, and device responses: {e}"
);