Skip to content

Commit 782b531

Browse files
authored
used GFX library changed back to GFX_AS
1 parent aa79ea1 commit 782b531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

STM32F1/libraries/Adafruit_ILI9341_STM/Adafruit_ILI9341_STM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This library has been modified for the Maple Mini
88

99
#include "Arduino.h"
1010
#include "Print.h"
11-
#include <Adafruit_GFX.h>
11+
#include <Adafruit_GFX_AS.h>
1212
#include <avr/pgmspace.h>
1313

1414
#ifndef swap

0 commit comments

Comments
 (0)