STM324x9I_EVAL + 0/14 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 60 characters on the LCD.

Syntax

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

Arguments

Line

Line where to display the character shape

ptr

Pointer to string to display on LCD

Examples

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

References

LocationText
stm324x9i_eval_lcd.c:637
void BSP_LCD_DisplayStringAtLine(uint16_t Line, uint8_t *ptr)
stm324x9i_eval_lcd.h:194
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()