STM324xG_EVAL + 0/13 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 character on the LCD.

Syntax

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

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

Examples

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

References

LocationText
stm324xg_eval_lcd.c:327
void BSP_LCD_DisplayStringAtLine(uint16_t Line, uint8_t *ptr)
stm324xg_eval_lcd.h:138
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()