STM32F413H-Discovery + 0/7 examples
CodeScope will show references to BSP_LCD_DisplayStringAt() from the following samples and libraries:
Examples
STM32F413H-Discovery
Demonstrations
Examples
FLASH
Applications
Display
USB_Host
 
Symbols
loading...
Files
loading...

BSP_LCD_DisplayStringAt() function

Displays characters on the LCD.

Syntax

void BSP_LCD_DisplayStringAt(uint16_t Xpos,     uint16_t Ypos,     uint8_t *Text,     Line_ModeTypdef Mode);
Implemented in stm32f413h_discovery_lcd.c:313

Arguments

Xpos

X position (in pixel)

Ypos

Y position (in pixel)

Text

Pointer to string to display on LCD

Mode

Display mode This parameter can be one of the following values: @arg CENTER_MODE @arg RIGHT_MODE @arg LEFT_MODE

Examples

BSP_LCD_DisplayStringAt() is referenced by 7 libraries and example projects.

References

LocationReferrerText
stm32f413h_discovery_lcd.c:313
void BSP_LCD_DisplayStringAt(uint16_t Xpos, uint16_t Ypos, uint8_t *Text, Line_ModeTypdef Mode)
stm32f413h_discovery_lcd.h:166
void BSP_LCD_DisplayStringAt(uint16_t Xpos, uint16_t Ypos, uint8_t *Text, Line_ModeTypdef Mode);
stm32f413h_discovery_lcd.c:379BSP_LCD_DisplayStringAtLine()
BSP_LCD_DisplayStringAt(0, LINE(Line), ptr, LEFT_MODE);

Call Tree

Functions calling BSP_LCD_DisplayStringAt()
Functions called by BSP_LCD_DisplayStringAt()
all items filtered out
BSP_LCD_DisplayStringAt()
Data read by BSP_LCD_DisplayStringAt()
Data written by BSP_LCD_DisplayStringAt()
BSP_LCD_DisplayStringAt()::refcolumn
BSP_LCD_DisplayStringAt()::i
BSP_LCD_DisplayStringAt()::size
BSP_LCD_DisplayStringAt()::xsize
BSP_LCD_DisplayStringAt()::ptr
all items filtered out
BSP_LCD_DisplayStringAt()
BSP_LCD_DisplayStringAt()::refcolumn
BSP_LCD_DisplayStringAt()::i
BSP_LCD_DisplayStringAt()::size
BSP_LCD_DisplayStringAt()::xsize
BSP_LCD_DisplayStringAt()::ptr
all items filtered out
Type of BSP_LCD_DisplayStringAt()
BSP_LCD_DisplayStringAt()
uint8_t
uint16_t
uint32_t
all items filtered out