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

LCD_LayerDefaultInit() function

Syntax

static void LCD_LayerDefaultInit(uint16_t LayerIndex,     uint32_t FB_Address);
Implemented in main.c:119

Arguments

LayerIndex

FB_Address

References

LocationReferrerText
main.c:119
static void LCD_LayerDefaultInit(uint16_t LayerIndex, uint32_t FB_Address)
main.c:52
static void LCD_LayerDefaultInit(uint16_t LayerIndex, uint32_t FB_Address);
main.c:94main()
LCD_LayerDefaultInit(0, (uint32_t)&ARGB8888_300x120); //Background layer shows original image, on top of the screen
main.c:95main()
LCD_LayerDefaultInit(1, (uint32_t)&aBufferResult); //Foreground layer shows converted image, on bottom of the screen

Call Tree