Wire live serial data into matrix renderer

This commit is contained in:
lennlouisgeek
2026-05-20 01:23:02 +08:00
parent a7b617419d
commit d2c9fad556
18 changed files with 874 additions and 63 deletions

View File

@@ -1,6 +1,8 @@
mod app;
mod connection;
mod matrix;
mod render;
mod serial_core;
mod theme;
mod ui;
mod utils;