Hi all,
I would like to ask some queries on OMAP 3530 LCD display. I am trying to display my .YUV output video from my decoder on LCD display of OMAP 3530. I encountered some problems while doing this.
1. My input to the display is of 176 x 144 resolution but my display on board is configured for 640 x 480 resolution display. When i write into the frame buffer it is writing from starting point to 480(X RES) and then comming to the next line i.e. it is writing it continuously and i am getting some distorted display. I dont want it to go to 480(X RES), it must go to 144(X RES) and then come to the next line and it must do this 176 times so that i get the exact one which i am transfering.
Please let me know how do i configure the display for any resolution i want. Is there any register settings or something else to do this?
2. The output what we get from our decoder is of YUV (420) format and we converted that to YUYV (422) format for display on LCD board.
IS this the right way to do? Please let me know if there is any other.
3. Please le me know the procedure for configuring the display of OMAP 3530 for video. Please let me know if there are any references for the same or any documents on it.
Displaying pictures is working fine, i.e. it is displaying only RGB format pictures. Inorder to display other format pictures like .jpeg, .bmp.... they should be converted to RGB format or there is any other procedure for doing that without converting.
We are working on linux platform i.e. fedora core6.
Thanks and Regards,
M BHARATH