split screen logic into seprate crate for testing

This commit is contained in:
2025-06-29 08:44:17 -06:00
parent 06a158623d
commit 073fa58121
15 changed files with 499 additions and 218 deletions

7
shared/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "shared"
version = "0.1.0"
edition = "2024"
[dependencies]
embedded-graphics = "0.8.1"