We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c53b7 commit ac7cceeCopy full SHA for ac7ccee
STM32F1/libraries/Adafruit_ILI9341_STM/examples/touchpaint/touchpaint.ino
@@ -17,7 +17,7 @@
17
#include <Adafruit_GFX_AS.h> // Core graphics library
18
#include <SPI.h>
19
#include <Wire.h> // this is needed even tho we aren't using it
20
-#include <Adafruit_ILI9341.h>
+#include <Adafruit_ILI9341_STM.h>
21
#include <Adafruit_STMPE610.h>
22
23
// This is calibration data for the raw touch data to the screen coordinates
0 commit comments