MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Result GFX_PixelBufferCreate( const int32_t width, const int32_t height, const GFX_ColorMode mode, const void* const address, GFX_PixelBuffer* buffer );
Parameters |
Description |
const int32_t |
the width of the buffer the height of the buffer |
const GFX_ColorMode |
the color mode of the buffer |
const void* |
the data addres of the buffer (may be NULL) |
GFX_PixelBuffer* |
pointer of the pixel buffer buffer to initialize |
GFX_Result
MPLAB® Harmony Graphics Suite
|