main: rewrite display creation code to use type aliases and fewer cfg branches
This commit is contained in:
@ -123,6 +123,7 @@ pub mod spi {
|
||||
use crate::render::{Display, Surface};
|
||||
use crate::task::Task;
|
||||
use crate::platform::smart_leds_lib::SmartLedDisplay;
|
||||
use crate::DisplayInit;
|
||||
|
||||
use esp_idf_svc::hal::{
|
||||
prelude::*,
|
||||
|
Reference in New Issue
Block a user