Update README.md

This commit is contained in:
cedric walter 2018-11-05 22:01:26 +01:00 committed by GitHub
parent 8aba430b57
commit ce2d48546c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,17 +42,17 @@ The Pi needs a [2.5 Amp power source](https://www.raspberrypi.org/documentation/
## Optional features ## Optional features
### rotate screen: portrait and landscape mode ### rotate screen: portrait and landscape mode
0 - Hit CTRL-ALT-F1 then choose finish to go to console * Hit CTRL-ALT-F1 then choose finish to go to console
1 - sudo nano /boot/config.txt * sudo nano /boot/config.txt
2 - move all the way down to the end of the file * move all the way down to the end of the file
3 - to rotate 90° clockwise, add the line: display_rotate=1 * to rotate 90° clockwise, add the line: display_rotate=1
4 - Press ctrl + o to save and ctrl + x to exit the file * Press ctrl + o to save and ctrl + x to exit the file
Now do a reboot and you should have a screen tilted: Now do a reboot and you should have a screen tilted:
0 = 0 degrees (the default value) * 0 = 0 degrees (the default value)
1 = 90 degrees * 1 = 90 degrees
2 = 180 degrees * 2 = 180 degrees
3 = 270 degrees * 3 = 270 degrees
## Common issues ## Common issues