pub type esp_lcd_color_space_t = c_uint;
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.