From ce2d48546caa2cdc40aec9a3b9f9e5ccb1b48459 Mon Sep 17 00:00:00 2001 From: cedric walter Date: Mon, 5 Nov 2018 22:01:26 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 156f861..a37e8ec 100644 --- a/README.md +++ b/README.md @@ -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