Seeed-Studio-Wiki/docs/FAQ/reTerminal/disable_screen_rotation_on_reTerminal.md
2024-10-31 09:17:45 +08:00

933 B

description title image slug last_update
reTerminal-FAQ How to disable screen rotation on reTerminal https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png /disable_screen_rotation_on_reTerminal
date author
6/21/2023 Seraphina

If your screen displays properly but rotates with the reTerminal, you can deactivate the screen's automatic rotation by removing the accelerometer, resulting in a static landscape display.
The steps to disable screen rotation are outlined below:

  • Step 1 : Open the terminal and navigate to the path to locate and open the raspi-blacklist.conf.
/etc/modprobe.d/raspi-blacklist.conf 
  • Step 2 : Add the following line of code to the raspi-blacklist.conf.
blacklist lis331dlh_i2c
  • Step 3 : Reboot the reTerminal
sudo reboot

Following these steps will result in a static landscape display!