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

BSP_LCD_DisplayStringAt() function

Displays a maximum of 60 char on the LCD.

Syntax

void BSP_LCD_DisplayStringAt(uint16_t X,     uint16_t Y,     uint8_t *pText,     Text_AlignModeTypdef mode);
Implemented in stm32f429i_discovery_lcd.c:598

Arguments

X

pointer to x position (in pixel)

Y

pointer to y position (in pixel)

pText

pointer to string to display on LCD

mode

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

References

LocationReferrerText
stm32f429i_discovery_lcd.c:598
void BSP_LCD_DisplayStringAt(uint16_t X, uint16_t Y, uint8_t *pText, Text_AlignModeTypdef mode)
stm32f429i_discovery_lcd.h:201
void BSP_LCD_DisplayStringAt(uint16_t X, uint16_t Y, uint8_t *pText, Text_AlignModeTypdef mode);
stm32f429i_discovery_lcd.c:655BSP_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()
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