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
画面の向きが boot から処理されるように構成フラグから直接行う方法はありますか?