MPLAB® Harmony Graphics Suite
|
LIB_EXPORT void laString_Draw( laString* str, int32_t x, int32_t y, GFXU_ExternalAssetReader** reader );
Parameters |
Description |
laString* str |
the string to draw |
int32_t x |
x position to render at |
int32_t y |
y position to render at |
GFXU_ExternalAssetReader** reader |
external reader state machine, if string font is located external |
void
MPLAB® Harmony Graphics Suite
|