Excuse me, I am new in using omap4430.
I have some questions about rotating the display 180 degree.
Are there any examples or reference ?
thank you.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
1. You can check this wiki regarding tips about rotating the display: http://omappedia.org/wiki/Bootargs_for_enabling_display#Mirrorring_and_Rotation_of_OMAPFB
2. There is the following wiki page: http://omappedia.org/wiki/Display_Drivers_Domain_Wiki which will give you a general idea of the Display subsystem in OMAP devices.
3. There is OMAP4430 TRM, where you can get all the information about Display Subsystem Functionality in OMAP
Hope this is helpful.
Best Regards,
Yordan
Hi,
To execute the command from your debug console, you should:
host pc# adb root
host pc# adb shell
host pc#
echo 1 > /sys/devices/platform/omapdss/.....
Best Regards,
Yordan
Also in the wiki I gave you in my previous post, it is described how to set the bootargs accordingly:
http://omappedia.org/wiki/Bootargs_for_enabling_display#DSS_specific_bootargs
As you can see form the link you can enable rotation of the display by adding omapfb.rotate=<angle>:
omapfb.rotate=<angle> - Default rotation applied to all framebuffers. 0 - 0 degree rotation 1 - 90 degree rotation 2 - 180 degree rotation 3 - 270 degree rotation
from bootargs.
Best Regards,
Yordan