Hi,
We got an OVG_ppc_demo.zip demo code for MPC5645S which will display tiger.bmp using openVG function calls. We were able to display(480*270) the same on TFT screen(800*640) which is connected to DCU. We have enabled the resolution to the max supporting value(800*640) and verified the resolution is getting by generating the color band test pattern. Now ,we want to do the further development including static and dynamic image handling , layer blending...etc.
1. So ,we want to know whether any wrappers or tools is available to work on top of openVG library ?
2. We have found some lab tutorials for the above requirements in MPC56xxSLibsV2_0R46.zip which is for MPC5606S. This code does not contain any OpenVG libraries. Instead it is generating images using Font Encoder and Image Encoder tools from Freescale. We tried to port the same for MPC5645S, but it doesnt work. We would also like to know if the tutorials in the same zip file is tested. We are getting some compilation errors while compiling the tutorials.