DrawChar() is only used within STM32F413H-Discovery.
 
Symbols
loading...
Files
loading...

DrawChar() function

Draws a character on LCD.

Syntax

static void DrawChar(uint16_t Xpos,     uint16_t Ypos,     const uint8_t *c);
Implemented in stm32f413h_discovery_lcd.c:954

Arguments

Xpos

Line where to display the character shape

Ypos

Start column address

c

Pointer to the character data

References

LocationReferrerText
stm32f413h_discovery_lcd.c:954
static void DrawChar(uint16_t Xpos, uint16_t Ypos, const uint8_t *c)
stm32f413h_discovery_lcd.c:88
static void DrawChar(uint16_t Xpos, uint16_t Ypos, const uint8_t *c);
stm32f413h_discovery_lcd.c:298BSP_LCD_DisplayChar()
DrawChar(Xpos, Ypos, &DrawProp.pFont->table[(Ascii-' ') *\

Call Tree

Functions calling DrawChar()
Functions called by DrawChar()
all items filtered out
DrawChar()
all items filtered out
Data read by DrawChar()
Data written by DrawChar()
DrawChar()::i
DrawChar()::j
DrawChar()::height
DrawChar()::width
DrawChar()::offset
DrawChar()::pchar
DrawChar()::line
all items filtered out
DrawChar()
DrawChar()::i
DrawChar()::j
DrawChar()::height
DrawChar()::width
DrawChar()::offset
DrawChar()::pchar
DrawChar()::line
all items filtered out
Type of DrawChar()
DrawChar()
uint8_t
uint16_t
uint32_t
all items filtered out