Hi,
I am trying to rotate the display by 180 degree using the below command, but it's not rotating and the screen is becoming blank for some time.
echo "2" > /sys/class/graphics/fb0/rotate
the kernel version I am using is 3.2.0
Thanks
Bikash
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,
I am trying to rotate the display by 180 degree using the below command, but it's not rotating and the screen is becoming blank for some time.
echo "2" > /sys/class/graphics/fb0/rotate
the kernel version I am using is 3.2.0
Thanks
Bikash
Hi Bikash,
Does the command return any error?
Hi,
Plz, can some one help me in rotating the display by 180 degree ?
Thanks
Bikash
Take a look at this thread: http://e2e.ti.com/support/arm/sitara_arm/f/791/t/213062.aspx
issue solved, we are using gpio3_10 for lcd scan direction, when I made the gpio low by gpio_direction_output(), I am able to see the display 180 degree rotated.
Thanks
Bikash