Updated Configuring the Raspberry Pi (markdown)

pimagical 2016-06-24 16:47:38 +02:00
parent fa73867864
commit 9bebecaf34

@ -1,4 +1,4 @@
##Rotating the screen
##Rotating the screen and hide the color cube
edit _/boot/config.txt_:
````
sudo nano /boot/config.txt
@ -6,6 +6,7 @@ sudo nano /boot/config.txt
Add the following line:
````
display_rotate=1
avoid_warnings=1
````
Then reboot the pi:
````