I apologise if this question has been answered before.
I would like to know how I can change the resolution of the video output at runtime. I have a graphics application, which uses OpenVG and outputs the rendered graphics to an EGL Window Surface. This is then output to a LCD panel that uses a custom driver. I would like to be able to create a simple function in my application that can change the output display resolution.
In my display panel driver, the x_res and y_res fields of the omap_video_timings structure are currently set to a default of 640x480, which will need to be changed later on in the application to an arbitrary resolution (to 1280x720 for example). How can I do this?
Thanks very much,
Andy