Skip to content

Commit 6b2ca7d

Browse files
authored
Update onoffbutton.ino
use Adafruit_GFX_AS lib instead of Adafruit_GFX
1 parent f8d28b8 commit 6b2ca7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STM32F1/libraries/Adafruit_ILI9341_STM/examples/onoffbutton/onoffbutton.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
//Thanks to Adafruit forums member Asteroid for the original sketch!
55
//
6-
#include <Adafruit_GFX.h>
6+
#include <Adafruit_GFX_AS.h>
77
#include <SPI.h>
88
#include <Wire.h>
99
#include <Adafruit_ILI9341_STM.h>

0 commit comments

Comments
 (0)