DrawChar() is only used within STM32F429I-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 stm32f429i_discovery_lcd.c:1308

Arguments

Xpos

the Line where to display the character shape

Ypos

start column address

c

pointer to the character data

References

LocationReferrerText
stm32f429i_discovery_lcd.c:1308
static void DrawChar(uint16_t Xpos, uint16_t Ypos, const uint8_t *c)
stm32f429i_discovery_lcd.c:121
static void DrawChar(uint16_t Xpos, uint16_t Ypos, const uint8_t *c);
stm32f429i_discovery_lcd.c:583BSP_LCD_DisplayChar()
DrawChar(Xpos, Ypos, &DrawProp[ActiveLayer].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