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

BSP_LCD_SetTransparency() function

Configures the Transparency.

Syntax

void BSP_LCD_SetTransparency(uint32_t LayerIndex,     uint8_t Transparency);
Implemented in stm32f429i_discovery_lcd.c:326

Arguments

LayerIndex

the Layer foreground or background.

Transparency

the Transparency, This parameter must range from 0x00 to 0xFF.

Examples

BSP_LCD_SetTransparency() is referenced by 1 libraries and example projects.

References

LocationText
stm32f429i_discovery_lcd.c:326
void BSP_LCD_SetTransparency(uint32_t LayerIndex, uint8_t Transparency)
stm32f429i_discovery_lcd.h:173
void BSP_LCD_SetTransparency(uint32_t LayerIndex, uint8_t Transparency);

Call Tree

Functions called by BSP_LCD_SetTransparency()
BSP_LCD_SetTransparency()
all items filtered out
Data read by BSP_LCD_SetTransparency()
BSP_LCD_SetTransparency()