This repository contains the various tutorials written for either Devscover.com or the Devscover YouTube channel.
1) Install support for ExFat USB devices
sudo apt-get install exfat-fuse
sudo apt-get install exfat-utils
2) Increase your screen resolution
sudo raspi-config > advanced > resolution
For Official Touchscreen
cd /boot
sudo nano config.txt
framebuffer_width=1024
framebuffer_height=614
3) Flip an attached official touchscreen around
sudo nano /boot/config.txt
lcd_rotate=2