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