clean up imports and reorganize the ssd bits into a graphics mod

This commit is contained in:
2025-10-26 11:14:28 +01:00
parent 27e92edef0
commit 4776227793
17 changed files with 396 additions and 375 deletions

View File

@@ -9,7 +9,7 @@ pub mod simulation;
#[cfg(feature="demo")]
pub mod demo;
#[cfg(feature="oled")]
pub mod oled;
pub mod oled_render;
// Prediction engines
pub mod predict;
@@ -18,4 +18,5 @@ pub mod motion;
// Graphics stack
pub mod ui;
pub mod safetyui;
pub mod render;
pub mod render;
pub mod oled;