Update onoffbutton.ino

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

View File

@ -3,7 +3,7 @@
//
//Thanks to Adafruit forums member Asteroid for the original sketch!
//
#include <Adafruit_GFX.h>
#include <Adafruit_GFX_AS.h>
#include <SPI.h>
#include <Wire.h>
#include <Adafruit_ILI9341_STM.h>