Update touchpaint.ino

changed to correct header file
This commit is contained in:
stevstrong 2017-10-04 11:11:05 +02:00 committed by GitHub
parent c6c53b79ad
commit ac7ccee71f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include <Adafruit_GFX_AS.h> // Core graphics library
#include <SPI.h>
#include <Wire.h> // this is needed even tho we aren't using it
#include <Adafruit_ILI9341.h>
#include <Adafruit_ILI9341_STM.h>
#include <Adafruit_STMPE610.h>
// This is calibration data for the raw touch data to the screen coordinates