Skip to content

Commit f7759f8

Browse files
Merge pull request #350 from stevstrong/patch-8
Update touchpaint.ino [Adafruit_ILI9341_STM]
2 parents fec8ecc + ac7ccee commit f7759f8

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

STM32F1/libraries/Adafruit_ILI9341_STM/examples/touchpaint/touchpaint.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
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
20-
#include <Adafruit_ILI9341.h>
20+
#include <Adafruit_ILI9341_STM.h>
2121
#include <Adafruit_STMPE610.h>
2222

2323
// This is calibration data for the raw touch data to the screen coordinates

0 commit comments

Comments
 (0)