anyKode Marilou
ContentsIndexHome
PreviousUpNext
DeviceLCD::DrawImageBits

Drawing image bits.

C++
M32 DrawImageBits(int PosX, int PoxY, Image * pImage, M32 * piDeviceResponse = NULL, void * pReserved = NULL);
Parameters 
Description 
int PosX 
[in] Destination X position. 
int PoxY 
[in] Destination Y position. 
Image * pImage 
[in] Image to be displayed. 
M32 * piDeviceResponse = NULL 
(see Message
void * pReserved = NULL 
(see Message

If the system called the device, the return value is MODA_EOK.

DrawImageBits send the image (pixel matrix) to the LCD for displaying it at the specified screen position. The Image is converted before sending if its format is not X8R8G8B8. For saving processor performances, you may always work in X8R8G8B8 format, even if your application does not need all bits.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!