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

DMA2D_Config() function

DMA2D configuration.

Syntax

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

Return value

None

Notes

This function Configure the DMA2D peripheral : 1) Configure the transfer mode : memory to memory W/ pixel format conversion 2) Configure the output color mode as ARGB8888 3) Configure the output memory address at SRAM memory 4) Configure the data size : 320x120 (pixels) 5) Configure the input color mode as RGB565 6) Configure the input memory address at FLASH memory