STM32F429I-Discovery + 0/5 examples
CodeScope will show references to BSP_LCD_LayerDefaultInit() from the following samples and libraries:
Examples
STM32F429I-Discovery
Examples
Applications
Display
LibJPEG
 
Symbols
loading...
Files
loading...

BSP_LCD_LayerDefaultInit() function

Initializes the LCD layers.

Syntax

void BSP_LCD_LayerDefaultInit(uint16_t LayerIndex,     uint32_t FrameBuffer);
Implemented in stm32f429i_discovery_lcd.c:239

Arguments

LayerIndex

the layer foreground or background.

FrameBuffer

Examples

BSP_LCD_LayerDefaultInit() is referenced by 5 libraries and example projects.

References

LocationText
stm32f429i_discovery_lcd.c:239
void BSP_LCD_LayerDefaultInit(uint16_t LayerIndex, uint32_t FB_Address)
stm32f429i_discovery_lcd.h:172
void BSP_LCD_LayerDefaultInit(uint16_t LayerIndex, uint32_t FrameBuffer);