HAL + 0/1 examples
CodeScope will show references to DMA2D_INPUT_RGB888 from the following samples and libraries:
Examples
STM32F429I-Discovery
Applications
LibJPEG
 
Symbols
loading...
Files
loading...

DMA2D_INPUT_RGB888 macro

RGB888 color mode

Syntax

#define DMA2D_INPUT_RGB888 0x00000001U

Examples

DMA2D_INPUT_RGB888 is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma2d.h:216
#define DMA2D_INPUT_RGB888 0x00000001U /*!< RGB888 color mode */
stm32_hal_legacy.h:1633
#define CM_RGB888 DMA2D_INPUT_RGB888
stm32f4xx_hal_dma2d.h:592
((INPUT_CM) == DMA2D_INPUT_RGB888) || \