diff --git a/Configuring-the-Raspberry-Pi.md b/Configuring-the-Raspberry-Pi.md index 34f98f0..481bf06 100644 --- a/Configuring-the-Raspberry-Pi.md +++ b/Configuring-the-Raspberry-Pi.md @@ -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: ````