MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Result GFX_DrawPixelByDrawState( int32_t x, int32_t y, GFX_DrawState state );
Parameters |
Description |
x |
the x coordinate of the pixel |
y |
the y coordinate of the pixel |
state |
the draw state |
GFX_Result - Returns GFX_TRUE if the pixel was drawn successfully. Otherwise returns GFX_FALSE.
MPLAB® Harmony Graphics Suite
|