mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
refactor(dsi): deprecate pixel_format configuration in favor of in_color_format
This commit is contained in:
@@ -32,7 +32,7 @@ typedef enum {
|
||||
} lcd_rgb_data_endian_t;
|
||||
|
||||
/**
|
||||
* @brief LCD color space
|
||||
* @brief The color space of the LCD input color data
|
||||
*/
|
||||
typedef enum {
|
||||
LCD_COLOR_SPACE_RGB = COLOR_SPACE_RGB, /*!< Color space: RGB */
|
||||
|
||||
Reference in New Issue
Block a user