STM32F479xx HAL User Manual
Defines
DSI Color Coding
DSI Exported Constants

Defines

#define DSI_RGB565   0x00000000U
#define DSI_RGB666   0x00000003U
#define DSI_RGB888   0x00000005U

Define Documentation

#define DSI_RGB565   0x00000000U

The values 0x00000001 and 0x00000002 can also be used for the RGB565 color mode configuration

Definition at line 713 of file stm32f4xx_hal_dsi.h.

#define DSI_RGB666   0x00000003U

The value 0x00000004 can also be used for the RGB666 color mode configuration

Definition at line 714 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigVideoMode().

#define DSI_RGB888   0x00000005U

Definition at line 715 of file stm32f4xx_hal_dsi.h.