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