当前位置:  开发笔记 > Android > 正文

使用Android的Raspberry Pi 3屏幕方向

如何解决《使用Android的RaspberryPi3屏幕方向》经验,为你挑选了1个好方法。

我刚买了一台带有7英寸显示屏触摸屏和外壳的Raspberry Pi 3.

不幸的是,外壳不允许我手动旋转屏幕,所以我的应用程序颠倒了.

我尝试使用以下adb命令从控制台执行此操作,但没有运气:

adb shell content insert --uri content://settings/system --bind name:s:accelerometer_rotation --bind value:i:0

然后

adb shell content insert --uri content://settings/system --bind name:s:user_rotation --bind value:i:1

要么

adb shell content insert --uri content://settings/system --bind name:s:user_rotation --bind value:i:3

有没有办法从配置标志直接执行它,从启动处理屏幕方向?



1> Bibu..:

我终于找到了如何实现它.

解决方案在那里发现:Android Things配有Rasp3 7英寸触摸屏

您必须从笔记本电脑上的SD卡安装启动分区并编辑该/boot/config.txt文件并添加以下行:

lcd_rotate=2

通过添加此线,显示屏和触摸屏都将旋转,与display_rotate=2仅旋转显示屏和触摸屏保持倒置的情况相比.


@QuintinBalsdon,我使用了以下命令`sudo mount -t msdos/dev/disk4s1/mnt/sd`,其中`4`是我可以使用Mac OS Disk Utility找到的SD卡号码
推荐阅读
乐韵答题
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有