Type Alias esp_idf_hal::sys::esp_lcd_color_space_t

source ยท
pub type esp_lcd_color_space_t = u32;
Expand description

@cond / /* @brief LCD color space type definition (WRONG!) @deprecated RGB and BGR should belong to the same color space, but this enum take them both as two different color spaces. If you want to use a enum to describe a color space, please use lcd_color_space_t instead.