DrawChar() function
Draws a character on LCD.
Syntax
static void DrawChar(uint16_t Xpos,
uint16_t Ypos,
const uint8_t *c);
Arguments
Xpos
the Line where to display the character shape
c
pointer to the character data
DrawChar() is called by 1 function and calls 1 function:
![]()
DrawChar()
DrawChar() reads 7 variables:
![]()
DrawChar()