Skip to content

Commit ac7ccee

Browse files
authored
Update touchpaint.ino
changed to correct header file
1 parent c6c53b7 commit ac7ccee

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
@@ -17,7 +17,7 @@
1717
#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)