BSP_LCD_DisplayStringAtLine() function
Displays a character on the LCD.
Syntax
void BSP_LCD_DisplayStringAtLine(uint16_t Line,
uint8_t *ptr);
Arguments
Line
Line where to display the character shape This parameter can be one of the following values: @arg 0..9: if the Current fonts is Font16x24 @arg 0..19: if the Current fonts is Font12x12 or Font8x12 @arg 0..29: if the Current fonts is Font8x8
ptr
Pointer to string to display on LCD
BSP_LCD_DisplayStringAtLine() calls 2 functions:
![]()
BSP_LCD_DisplayStringAtLine()
BSP_LCD_DisplayStringAtLine() reads 2 variables:
![]()
BSP_LCD_DisplayStringAtLine()