Common questions we get about our DisplayFront product can be found here.
Please let us know if you have any questions or need additional support for your DisplayFront unit.
- Q: How do you rotate the DisplayFront screen orientation?
- A: This is done through editing a configuration file located at [/boot/config.txt]
Start by editing the config.txt file via a terminal screen :sudo nano /boot/config.txt
Edit the display_rotate= setting at the bottom of the file to one of these :
display_rotate=0 (Normal Orientation) display_rotate=1 (Rotate 90 degrees) display_rotate=2 (Rotate 180 degrees) display_rotate=3 (Rotate 270 degrees)
Save the file by using CTRL-X, then press Y then ENTER. Reboot for settings to take affect.