From 9bebecaf342b8b554b2ccb36df4ca26bc42cb832 Mon Sep 17 00:00:00 2001 From: pimagical Date: Fri, 24 Jun 2016 16:47:38 +0200 Subject: [PATCH] Updated Configuring the Raspberry Pi (markdown) --- Configuring-the-Raspberry-Pi.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: ````