This site is the personal blog and project repository of George Farris.

If you are looking for the old Cowichan Valley Linux Users Group, check the side navigation. This site contains links to various projects that I either created or contribute to.

You will also find my Github page and Youtube channel here. Contact: cwg@cowlug.org


Latest News

PiTFT small displays for Raspberry Pi

Posted on: January 2, 2018, in AllRaspberry PiSmall Touch Displays

This explains what I had to do to get the Adafruit 2.8″ Capacitive display working under Debian Stretch on a Raspberry Pi 3.

At this point in time, January 2018, the tutorial on the Adafruit page only deals with getting the displays working under Debian Jessie. Stretch was released on June 17th, 2017 and it’s a bit sad that Adafruit has not updated their tutorial.

Here are the steps:

  1. Install Debian Stretch on your Pi3. I used the 2017-08-17 image from downloads.raspberrypi.org.
  2. Make sure everything is up to date with: sudo apt-get update and then sudo apt-get upgrade, then reboot.
  3. Download the adafruit-piftf-helper2.sh script from here, I have a local version here but it may be old now, please check.
  4. Make the script executable -> chmod +x adafruit-pitft-helper2.sh
  5. Now run the script with the sudo command -> sudo ./adafruit-pitft-helper2.sh
  6. and answer the questions
  7.