Rotate Raspberry Pi Touchscreen Display 180d

4119 0

Problem : our 7″ touchscreen is upside-down if you want to rest it on it’s holder.

We need to edit the config.txt file to rotate the raspberry pi display

sudo pico /boot/config.txt

Add the following line to the bottom of the file

lcd_rotate=2

Save the file and reboot your pi

Facebooktwitterredditpinterestlinkedinmail

Related Post

LED Blinking

Posted by - August 15, 2015 0
You will need the following things: Raspberry pi configured (see previos lessons) 5 Volt LED bulb(s) 2 jumper wires m/f…

Phase One

Posted by - August 15, 2015 2
“Phase One” is where we learned basic raspberry pi use. we started with the unboxing of our model 2 B raspberry…

Make Them Blink

Posted by - November 15, 2015 0
You will need: 4 complete sets of LED’s and wires (see last lesson) The first thing you will need to…

Pi Camera Resolution Fix

Posted by - October 24, 2015 0
[crayon-6871d7259b543688380347/] Keep Reading : Wire camera to pi while loop Hello World Remote ssh connect from iPad P.C. and laptop…

python to send a SMS message

Posted by - October 18, 2015 0
[crayon-6871d7259b6c3876968526/] Keep Reading : Serial Communication with SMS Modem (FONA) GPS RESPONSE CODE ORDER Serial Commands used by our Satellite…

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.