refactor(dsi): deprecate pixel_format configuration in favor of in_color_format

This commit is contained in:
morris
2025-09-11 10:31:48 +08:00
parent 9cee386af9
commit b7fc7acb23
6 changed files with 39 additions and 20 deletions

View File

@@ -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 */