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

DrawChar() function

Static Functions Draws a character on LCD.

Syntax

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

Arguments

Xpos

Line where to display the character shape

Ypos

Start column address

c

Pointer to the character data

References

LocationReferrerText
stm32446e_eval_lcd.c:872
static void DrawChar(uint16_t Xpos, uint16_t Ypos, const uint8_t *c)
stm32446e_eval_lcd.c:102
static void DrawChar(uint16_t Xpos, uint16_t Ypos, const uint8_t *c);
stm32446e_eval_lcd.c:275BSP_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