MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > lePixelBufferSet Function
MPLAB® Harmony Graphics Suite
lePixelBufferSet Function
C
LIB_EXPORT leResult lePixelBufferSet(
    const lePixelBuffer* const buffer, 
    uint32_t x, 
    uint32_t y, 
    leColor color
);
Parameters
Parameters 
Description 
const lePixelBuffer* const buffer 
the buffer to operate on 
const lePoint* const 
the location of the pixel to set 
leColor 
the color to set the pixel to. must be the same format as the buffer 
Returns

leResult

MPLAB® Harmony Graphics Suite