STM32469I-Discovery + 0/1 examples
CodeScope will show references to LCD_DSI_PIXEL_DATA_FMT_RBG888 from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
Display
 
Symbols
loading...
Files
loading...

LCD_DSI_PIXEL_DATA_FMT_RBG888 macro

Possible values of pixel data format (ie color coding) transmitted on DSI Data lane in DSI packets DSI packet pixel format chosen is RGB888 : 24 bpp

Syntax

#define LCD_DSI_PIXEL_DATA_FMT_RBG888 DSI_RGB888

Examples

LCD_DSI_PIXEL_DATA_FMT_RBG888 is referenced by 1 libraries and example projects.

References

LocationText
stm32469i_discovery_lcd.h:216
#define LCD_DSI_PIXEL_DATA_FMT_RBG888 DSI_RGB888 /*!< DSI packet pixel format chosen is RGB888 : 24 bpp */
stm32469i_discovery_lcd.c:271
hdsivideo_handle.ColorCoding = LCD_DSI_PIXEL_DATA_FMT_RBG888;