Mount Fuji Engine  0.8b
MF_API void MFAuxDisplay_UploadImage ( int  device,
const char *  pImageBuffer,
int  priorioty 
)

Uploads an image to the auxillary display device.

Parameters
deviceThe target device.
pImageBufferPointer to an array of bytes whose length matches the dimensions of the screen as returned from MFAuxDisplay_GetDisplayProperties().
prioriotyPriority of the image being displayed If the priority is high and the application does not have focus on the device, the focus may be granted for the image to be displayed immediately.
Returns
None.