refactor all hardware init in drivers
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user