anyKode Marilou
ContentsIndexHome
PreviousUpNext
DeviceLCD::DrawImageBitsX8R8G8B8

Drawing image bits buffer.

C++
M32 DrawImageBitsX8R8G8B8(int PosX, int PoxY, void * pImagebits, int LineBytesCount, MU32 Width, MU32 Height, M32 * piDeviceResponse = NULL, void * pReserved = NULL);
Parameters 
Description 
int PosX 
[in] Destination X position. 
int PoxY 
[in] Destination Y position. 
void * pImagebits 
[in] Buffer that contains image bits. 
int LineBytesCount 
[in] Size, in bytes, of an image line. 
MU32 Width 
[in] With, in pixels, of the image. 
MU32 Height 
[in] Height, in pixels, of the image. 
M32 * piDeviceResponse = NULL 
(see Message
void * pReserved = NULL 
(see Message

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

DrawImageBitsX8R8G8B8 send the image buffer (pixel matrix) to the LCD for displaying it at the specified screen position. This function assumes that input buffer format is X8R8G8B8 (native format).

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