MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Result GFX_PixelBufferSet_Unsafe( const GFX_PixelBuffer* const buffer, const GFX_Point* const pnt, GFX_Color color );
Parameters |
Description |
const GFX_PixelBuffer* const buffer |
the buffer to operate on |
const GFX_Point* const |
the location of the pixel to set |
GFX_Color |
the color to set the pixel to. must be the same format as the buffer |
GFX_Result
MPLAB® Harmony Graphics Suite
|