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 stm32469i_eval_lcd.c:767

Arguments

Line

Line where to display the character shape

ptr

Pointer to string to display on LCD

Examples

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

References

LocationText
stm32469i_eval_lcd.c:767
void BSP_LCD_DisplayStringAtLine(uint16_t Line, uint8_t *ptr)
stm32469i_eval_lcd.h:329
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()