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

LCD_Config() function

LCD Configuration.

Syntax

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

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 : - indirect color (L8) as pixel format - The frame buffer is located at FLASH memory - The Layer size configuration : 320x240 4) Configure the LTDC Layer 2 : - The frame buffer is located at FLASH memory - The Layer size configuration : 320x240 5) Load 256 colors in CLUT address for Layer 1

References

LocationReferrerText
main.c:184
static void LCD_Config(void)
main.c:48
static void LCD_Config(void);
main.c:84main()
LCD_Config();