Update touchpaint.ino

- use Adafruit_GFX_AS lib instead of Adafruit_GFX
This commit is contained in:
stevstrong 2017-09-22 11:31:00 +02:00 committed by GitHub
parent f8d28b8663
commit c6c53b79ad
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
****************************************************/
#include <Adafruit_GFX.h> // Core graphics library
#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>