Rotate Raspberry Pi Touchscreen Display 180d

4260 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

Pi Camera Resolution Fix

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

Add Clock Via i2c

Posted by - October 24, 2015 0
Prepare i2c added real time clock driver to raspian Add time variable to picture display Solder pins to clock module…

python to send a SMS message

Posted by - October 18, 2015 0
[crayon-68dee6723f8d7474365007/] 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.