refactor all hardware init in drivers

This commit is contained in:
2026-08-23 19:30:10 +02:00
parent f59ee96cbc
commit beb972e0d1
9 changed files with 62 additions and 29 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use embedded_graphics::{
pixelcolor::{Rgb565, RgbColor as _},
};
use crate::display::{
use crate::drivers::{
primary_lcd::PrimaryDisplay, secondary_oled::SecondaryDisplay, tertiary_lcd::TertiaryDisplay,
};