DMA2D_Config() is only used within DMA2D_MemToMemWithBlending.
 
Symbols
loading...
Files
loading...

DMA2D_Config() function

DMA2D configuration.

Syntax

static void DMA2D_Config(void);
Implemented in main.c:108

Return value

None

Notes

This function Configure the DMA2D peripheral : 1) Configure the Transfer mode as memory to memory with blending. 2) Configure the output color mode as RGB565 pixel format. 3) Configure the foreground - first image loaded from FLASH memory - constant alpha value (decreased to see the background) - color mode as RGB565 pixel format 4) Configure the background - second image loaded from FLASH memory - color mode as RGB565 pixel format