MPLAB® Harmony Graphics Suite
|
LIB_EXPORT leResult lePixelBufferSet( const lePixelBuffer* const buffer, uint32_t x, uint32_t y, leColor color );
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 |
leResult
MPLAB® Harmony Graphics Suite
|