Adafruit_Shield + 0/5 examples
CodeScope will show references to BSP_LCD_DisplayStringAt() from the following samples and libraries:
Examples
STM32F412ZG-Nucleo
Examples
STM32F413ZH-Nucleo
Examples
STM32F429ZI-Nucleo
Examples
STM32F446ZE-Nucleo
Examples
 
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 stm32_adafruit_lcd.c:311

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

Return value

None

Examples

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

References

LocationReferrerText
stm32_adafruit_lcd.c:311
void BSP_LCD_DisplayStringAt(uint16_t Xpos, uint16_t Ypos, uint8_t *Text, Line_ModeTypdef Mode)
stm32_adafruit_lcd.h:137
void BSP_LCD_DisplayStringAt(uint16_t Xpos, uint16_t Ypos, uint8_t *Text, Line_ModeTypdef Mode);
stm32_adafruit_lcd.c:374BSP_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