MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_DrawPixel Function
MPLAB® Harmony Graphics Suite
GFX_DrawPixel Function
C
LIB_EXPORT GFX_Result GFX_DrawPixel(
    int32_t x, 
    int32_t y
);
Parameters
Parameters 
Description 
the x coordinate of the pixel 
the y coordinate of the pixel 
Returns

GFX_Result - Returns GFX_TRUE if the pixel was drawn successfully. Otherwise returns GFX_FALSE.

MPLAB® Harmony Graphics Suite