STM32F413H-Discovery + 0/4 examples
CodeScope will show references to BSP_LCD_DisplayStringAtLine() from the following samples and libraries:
Examples
STM32F413H-Discovery
Applications
USB_Host
Examples
FLASH
 
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 stm32f413h_discovery_lcd.c:377

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 4 libraries and example projects.

References

LocationText
stm32f413h_discovery_lcd.c:377
void BSP_LCD_DisplayStringAtLine(uint16_t Line, uint8_t *ptr)
stm32f413h_discovery_lcd.h:165
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()