Skip to content

Commit 43129d1

Browse files
authored
Update graphicstest.ino
- use Adafruit_GFX_AS lib instead of Adafruit_GFX
1 parent f8d28b8 commit 43129d1

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)