Skip to content

Commit db000d1

Browse files
authored
Update spitftbitmap.ino
- use Adafruit_GFX_AS lib instead of Adafruit_GFX
1 parent f8d28b8 commit db000d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STM32F1/libraries/Adafruit_ILI9341_STM/examples/spitftbitmap/spitftbitmap.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
****************************************************/
1515

1616

17-
#include <Adafruit_GFX.h> // Core graphics library
17+
#include <Adafruit_GFX_AS.h> // Core graphics library
1818
#include "Adafruit_ILI9341_STM.h" // Hardware-specific library
1919
#include <SPI.h>
2020
#include <SD.h>

0 commit comments

Comments
 (0)