Skip to content

Commit c6c53b7

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

File tree

1 file changed

+1
-1
lines changed
  • STM32F1/libraries/Adafruit_ILI9341_STM/examples/touchpaint

1 file changed

+1
-1
lines changed

STM32F1/libraries/Adafruit_ILI9341_STM/examples/touchpaint/touchpaint.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 <SPI.h>
1919
#include <Wire.h> // this is needed even tho we aren't using it
2020
#include <Adafruit_ILI9341.h>

0 commit comments

Comments
 (0)