Devscover Tutorials

This repository contains the various tutorials written for either Devscover.com or the Devscover YouTube channel.

Reccomendations For Raspberry Pi

  1. Install support for ExFat USB devices

    • sudo apt-get install exfat-fuse
    • sudo apt-get install exfat-utils
  2. Increase your screen resolution

    • For HDMI: sudo raspi-config > advanced > resolution
    • For Official Touchscreen
      cd /boot
      sudo nano config.txt
        
      framebuffer_width=1024
      framebuffer_height=614
      

Tutorials