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
### rotate screen: portrait and landscape mode
0 - Hit CTRL-ALT-F1 then choose finish to go to console
1 - sudo nano /boot/config.txt
2 - move all the way down to the end of the file
3 - to rotate 90° clockwise, add the line: display_rotate=1
4 - Press ctrl + o to save and ctrl + x to exit the file
* Hit CTRL-ALT-F1 then choose finish to go to console
* sudo nano /boot/config.txt
* move all the way down to the end of the file
* to rotate 90° clockwise, add the line: display_rotate=1
* Press ctrl + o to save and ctrl + x to exit the file
Now do a reboot and you should have a screen tilted:
0 = 0 degrees (the default value)
1 = 90 degrees
2 = 180 degrees
3 = 270 degrees
* 0 = 0 degrees (the default value)
* 1 = 90 degrees
* 2 = 180 degrees
* 3 = 270 degrees
## Common issues