CopyBlendedBufferToLcdFrameBuffer() function
Copy and convert the blended image (LAYER_SIZE_X, LAYER_SIZE_Y) of format RGB565 to LCD frame buffer area centered in WVGA resolution. The area of copy is of size (LAYER_SIZE_X, LAYER_SIZE_Y) in ARGB8888.
Syntax
static uint8_t CopyBlendedBufferToLcdFrameBuffer(void *pSrc,
void *pDst,
uint32_t xSize,
uint32_t ySize);
Arguments
pSrc
Pointer to source buffer : blended image buffer start here
pDst
Pointer to destination buffer LCD frame buffer center area start here
xSize
Buffer width (LAYER_SIZE_X here)
ySize
Buffer height (LAYER_SIZE_Y here)
Return value
LCD Status : LCD_OK or LCD_ERROR