theepicsnail / Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino touch screen project

Install

git clone git@github.com:theepicsnail/Arduino.git sketchbook
cd sketchbook
git submodule update --init

# Enable the USE_ADAFRUIT_SHIELD_PINOUT
sed -i "s_//#_#_" libraries/TFTLCD/Adafruit_TFTLCD.h
# Or you can just uncomment that line manually.

About


Languages

Language:C 60.8%Language:Arduino 39.2%