Skip to content

Commit 677e963

Browse files
committed
Adafruit-GFX-Library: rename glcdfont
1 parent 6f6329e commit 677e963

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/Adafruit-GFX-Library/Adafruit_GFX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
3232
*/
3333

3434
#include "Adafruit_GFX.h"
35-
#include "glcdfont.c"
35+
#include "glcdfont.h"
3636
#ifdef __AVR__
3737
#include <avr/pgmspace.h>
3838
#elif defined(ESP8266) || defined(ESP32)

0 commit comments

Comments
 (0)