Type Alias ScreenOnLedComponentType

Source
pub type ScreenOnLedComponentType<S, const NUM_LEDS: usize, const SCREEN_WIDTH: usize, const SCREEN_HEIGHT: usize> = ScreenOnLed<'static, S, NUM_LEDS, SCREEN_WIDTH, SCREEN_HEIGHT>;

Aliased Typeยง

struct ScreenOnLedComponentType<S, const NUM_LEDS: usize, const SCREEN_WIDTH: usize, const SCREEN_HEIGHT: usize> { /* private fields */ }