basic i/o

This commit is contained in:
2026-08-06 09:15:53 +02:00
commit 032bcffe68
6 changed files with 1072 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "dashboard"
version = "0.1.0"
edition = "2024"
[dependencies]
embedded-graphics = "0.8.2"
embedded-graphics-core = "0.4.1"
evdev = "0.13.2"
framebuffer = "0.3.1"
linfb = "0.2.1"