Hi
I am presently working on spectrum digital ti 816x/389 evm. I want to display an image on the LCD screen that comes with the target board. So far i am using an external image convertor for converting the image into RGB888 format. What i am doing is i am taking this image and substituting on saFbHdmiDisplay.c .I am able to get the image on the hdmi.
How can i integrate both the works together so that there is no need of any external convertor for getting an image? Is there any library available that is capable of converting the image into rgb format through some API call?
Please help me out