lets use embedded_graphics lol

This commit is contained in:
2026-02-23 22:14:22 +01:00
parent 4296a6488c
commit 485ea056a7
9 changed files with 1015 additions and 495 deletions

View File

@@ -22,3 +22,5 @@ serde = { version = "1.0.228", features = ["derive"] }
otd-ipc = { path = "../../otd-ipc-client-rs" }
crossbeam-channel = "0.5.15"
triple_buffer = "8.1.1"
embedded-graphics = "0.8.2"
embedded-graphics-core = "0.4.1"