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

LCD_Config() function

LCD Configuration.

Syntax

static void LCD_Config(void);
Implemented in main.c:167

Return value

None

Notes

This function Configure the LTDC peripheral : 1) Configure the Pixel Clock for the LCD 2) Configure the LTDC Timing and Polarity 3) Configure the LTDC Layer 1 : - RGB565 as pixel format - The frame buffer is located at internal RAM : The output of DMA2D transfer - The Layer size configuration : 300x120 4) Configure the LTDC Layer 2 : - ARGB8888 as pixel format - The frame buffer is located at internal RAM : The output of DMA2D transfer - The Layer size configuration : 300x120

References

LocationReferrerText
main.c:167
static void LCD_Config(void)
main.c:44
static void LCD_Config(void);
main.c:87main()
LCD_Config();

Call Tree

Functions calling LCD_Config()
Functions called by LCD_Config()
all items filtered out
LCD_Config()
Type of LCD_Config()
LCD_Config()