Monoista

Logo

View My GitHub Profile

12 July 2020

Initial Raspberry Pi Setup

update Raspberry Pi packages

sudo apt update
sudo apt full-upgrade

install display drivers and rotate the display by 270 degrees (counterclockwise)

mkdir Development
cd Development
git clone https://github.com/goodtft/LCD-show.git
cd LCD-show/
sudo ./LCD35-show 270

rotate the display (counterclockwise)

sudo ./rotate.sh 270
tags: raspberry-pi