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

BSP_LCD_Clear() function

Clears the hole LCD.

Syntax

void BSP_LCD_Clear(uint32_t Color);
Implemented in stm32f429i_discovery_lcd.c:551

Arguments

Color

the color of the background

Examples

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

References

LocationText
stm32f429i_discovery_lcd.c:551
void BSP_LCD_Clear(uint32_t Color)
stm32f429i_discovery_lcd.h:198
void BSP_LCD_Clear(uint32_t Color);

Call Tree

Functions called by BSP_LCD_Clear()
BSP_LCD_Clear()