首页 > 代码库 > How to rotation 180 in android4.4

How to rotation 180 in android4.4

       有时候因为主板连接器和客户LCD打样出现状况,使得LCD的方向倒180度,驱动上可以修改扫描方向,但比较麻烦,LCD效果也需要重新调整。

       这时候通过framework来旋转是个比较方便的办法。  

       adb shell setprop persist.panel.orientation 180  就解决问题了。

       2.3版本的ro.sf.hwrotation=180 现在已经不能用了。

How to rotation 180 in android4.4