Update graphicstest.ino
- use Adafruit_GFX_AS lib instead of Adafruit_GFX
This commit is contained in:
parent
f8d28b8663
commit
43129d17a5
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
#include "SPI.h"
|
||||
#include "Adafruit_GFX.h"
|
||||
#include "Adafruit_GFX_AS.h"
|
||||
#include "Adafruit_ILI9341_STM.h"
|
||||
|
||||
// For the Adafruit shield, these are the default.
|
||||
|
|
Loading…
Reference in New Issue