Skip to content

Commit 6ce1fd2

Browse files
Merge pull request #346 from stevstrong/patch-4
Update graphicstest.ino [Adafruit_ILI9341_STM]
2 parents 0ca038d + 43129d1 commit 6ce1fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

STM32F1/libraries/Adafruit_ILI9341_STM/examples/graphicstest/graphicstest.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
#include "SPI.h"
18-
#include "Adafruit_GFX.h"
18+
#include "Adafruit_GFX_AS.h"
1919
#include "Adafruit_ILI9341_STM.h"
2020

2121
// For the Adafruit shield, these are the default.
@@ -346,4 +346,4 @@ unsigned long testFilledRoundRects() {
346346
}
347347

348348
return micros() - start;
349-
}
349+
}

0 commit comments

Comments
 (0)