Skip to main content

lv_led_t

Type Alias lv_led_t 

Source
pub type lv_led_t = _lv_led_t;

Aliased Type§

#[repr(C)]
pub struct lv_led_t { pub obj: _lv_obj_t, pub color: lv_color_t, pub bright: u8, }

Fields§

§obj: _lv_obj_t§color: lv_color_t§bright: u8