DrawChar() is only used within Adafruit_Shield.
 
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 stm32_adafruit_lcd.c:877

Arguments

Xpos

Line where to display the character shape

Ypos

Start column address

c

Return value

None

References

LocationReferrerText
stm32_adafruit_lcd.c:877
static void DrawChar(uint16_t Xpos, uint16_t Ypos, const uint8_t *pChar)
stm32_adafruit_lcd.c:123
static void DrawChar(uint16_t Xpos, uint16_t Ypos, const uint8_t *c);
stm32_adafruit_lcd.c:295BSP_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()::pChar
DrawChar()::counterh
DrawChar()::counterw
DrawChar()::index
DrawChar()::height
DrawChar()::width
DrawChar()::offset
DrawChar()::pchar
DrawChar()::line
all items filtered out
DrawChar()
DrawChar()::counterh
DrawChar()::counterw
DrawChar()::index
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