IDISPLAY_BitBlt not displaying the bitmap | developer.brewmp.com IDISPLAY_BitBlt not displaying the bitmap | developer.brewmp.com

Developer

IDISPLAY_BitBlt not displaying the bitmap

Forums:

Hi,

I have used the following code

RM_LoadFile("fs:/mod/Angry.bmp",&pBuffer,&size,FALSE);
pIBitmap = CONVERTBMP(pBuffer,&sImgInfo,&bBMPRealloc);
IDISPLAY_BitBlt(pItmDat->pThis->framework.aeeApplet.m_pIDisplay, 0, 40, 40, 40,(void *)pIBitmap,0,40, AEE_RO_COPY);
DISPLAY_Update(pItmDat->pThis->framework.aeeApplet.m_pIDisplay);

But it is not displaying the image, where as I am able to display any Rectangle or fill any area using the IDISPLAY API.

Can you please let me know what should I do in order to display the image.

Thanks
Sudipto