DrawChar() is only used within STM324xG_EVAL.
 
Symbols
loading...
Files
loading...

DrawChar() function

Static Function Draws a character on LCD.

Syntax

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

Arguments

Xpos

Line where to display the character shape

Ypos

Start column address

c

Pointer to the character data

References

LocationReferrerText
stm324xg_eval_lcd.c:847
static void DrawChar(uint16_t Xpos, uint16_t Ypos, const uint8_t *c)
stm324xg_eval_lcd.c:95
static void DrawChar(uint16_t Xpos, uint16_t Ypos, const uint8_t *c);
stm324xg_eval_lcd.c:254BSP_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