Update graphicstest.ino

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

View File

@ -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.
@ -346,4 +346,4 @@ unsigned long testFilledRoundRects() {
}
return micros() - start;
}
}