This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can I display more that one, small image(.jpg, .bmp) on my display simulatneously

I'm in situation where I have to display 2 images on my display simultaneously..

One of them will always be there at on corner, while a relatively bigger one will keep changing..
How can this be achieved.

I tried doing this, but found problem in the display as there is only one DISPC_GFX_POSITION and 
DISPC_GFX_SIZE registers, the images either got corrupted or they got merged. It was just chaos.

Please help me out here..  

  • Hi Bhargav,

    Regarding to http://e2e.ti.com/support/omap/f/849/p/255009/892546.aspx#892546 , your solution should be to merge the two images in one common.Then, include a logo.h header file with "static char * header_data" that contains your desired splash screen bitmap. Sets the  DISPC_GFX_BA_0 address to the base pointer for the framebuffer pixel data (0x80500000)