Hi All
I just ported DVDSK to 2 new OMAP3530 board. one with 4" LCD and the other with 7" LCD.
All work fine beside the rotation. I can set size of the displayed video. I can't change the rotation of it.
I tried all option of the command line omapfb.rotate=1 omapfb.rotate_type=1, it just rotate the fb console.
I tried to played with the decode source and change the decode display.c line 85:
dAttrs.rotation = envp->displayOutput == Display_Output_LCD ? 90 : 0; to fix rotation, didn't help.
Thanks, Ron.