MPLAB® Harmony Graphics Suite
|
Initializes a leImage pointer
LIB_EXPORT leResult leImage_Create( leImage* img, uint32_t width, uint32_t height, leColorMode mode, void* data, uint32_t locationID );
Parameters |
Description |
leImage* img |
the image object to initialize |
uint32_t width |
the width of the image |
uint32_t height |
the height of the image |
leColorMode mode |
the color mode of the image |
void* data |
the data address of the image |
uint32_t locationID |
the location ID of the image |
MPLAB® Harmony Graphics Suite
|