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.
2 parents fec8ecc + ac7ccee commit f7759f8Copy full SHA for f7759f8
STM32F1/libraries/Adafruit_ILI9341_STM/examples/touchpaint/touchpaint.ino
@@ -14,10 +14,10 @@
14
****************************************************/
15
16
17
-#include <Adafruit_GFX.h> // Core graphics library
+#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