MPLAB® Harmony Graphics Suite
|
Parameters |
Description |
leFontBPP bpp |
the data format of the row data |
const uint8_t* data |
the data to reference |
int32_t x |
the screen x location to draw |
int32_t y |
the screen y location to draw |
int32_t colStart |
index of the start of the data |
int32_t colEnd |
index of the end of the data |
leColor clr |
the glyph render color |
uint32_t alpha |
a global alpha value to apply |
MPLAB® Harmony Graphics Suite
|