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

BSP_LCD_DisplayStringAtLine() function

Displays a maximum of 20 char on the LCD.

Syntax

void BSP_LCD_DisplayStringAtLine(uint16_t Line,     uint8_t *ptr);
Implemented in stm32f429i_discovery_lcd.c:653

Arguments

Line

the Line where to display the character shape

ptr

pointer to string to display on LCD

Examples

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

References

LocationText
stm32f429i_discovery_lcd.c:653
void BSP_LCD_DisplayStringAtLine(uint16_t Line, uint8_t *ptr)
stm32f429i_discovery_lcd.h:200
void BSP_LCD_DisplayStringAtLine(uint16_t Line, uint8_t *ptr);

Call Tree

Functions called by BSP_LCD_DisplayStringAtLine()
BSP_LCD_DisplayStringAtLine()
Data read by BSP_LCD_DisplayStringAtLine()
BSP_LCD_DisplayStringAtLine()