rgb_lcd: support yuv converter

This commit is contained in:
morris
2022-08-06 12:44:52 +08:00
parent 104b9c3fb1
commit fc1aa2848b
15 changed files with 345 additions and 11 deletions

View File

@@ -591,6 +591,10 @@ config SOC_LCD_RGB_DATA_WIDTH
int
default 16
config SOC_LCD_SUPPORT_RGB_YUV_CONV
bool
default y
config SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH
int
default 128

View File

@@ -235,6 +235,7 @@
#define SOC_LCD_RGB_PANELS (1U) /*!< Support one RGB LCD panel */
#define SOC_LCD_I80_BUS_WIDTH (16) /*!< Intel 8080 bus width */
#define SOC_LCD_RGB_DATA_WIDTH (16) /*!< Number of LCD data lines */
#define SOC_LCD_SUPPORT_RGB_YUV_CONV (1) /*!< Support color format conversion between RGB and YUV */
/*-------------------------- RTC CAPS --------------------------------------*/
#define SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH (128)