diff --git a/src/platform/smart_leds_lib.rs b/src/platform/smart_leds_lib.rs index 83a5e50..c6c3c87 100644 --- a/src/platform/smart_leds_lib.rs +++ b/src/platform/smart_leds_lib.rs @@ -100,8 +100,8 @@ pub mod rmt { use crate::render::{Display, Surface}; use crate::platform::smart_leds_lib::SmartLedDisplay; - use crate::platform::DisplayInit; + impl DisplayInit for Ws2812Esp32Rmt<'_> { fn new_display() -> impl Display { let peripherals = Peripherals::take().unwrap();