Basic Adafruit_GFX v1.10.7 library files with ADA_GFX_kbv.h and renamed glcdfont.inc MCUFRIEND_kbv library inherits from Adafruit_GFX

Dependents:   TFT_Touch_botao_v1 TFT_Touch_exemplo5_git_touch TESTE_1 TFT_Touch_exemplo6_git_touch_button_3_ ... more

Committer:
davidprentice
Date:
Mon Apr 26 14:39:27 2021 +0000
Revision:
0:8ee30e15ac7b
Basic Adafruit_GFX v1.10.7 Arduino library files; with ADA_GFX_kbv.h and renamed glcdfont.inc

Who changed what in which revision?

UserRevisionLine numberNew contents of line
davidprentice 0:8ee30e15ac7b 1 // should just use the virginal Adafruit_GFX v1.10.7
davidprentice 0:8ee30e15ac7b 2 // only with #include "glcdfont.inc"
davidprentice 0:8ee30e15ac7b 3
davidprentice 0:8ee30e15ac7b 4 #ifndef _ADA_GFX_KBV_H
davidprentice 0:8ee30e15ac7b 5 #define _ADA_GFX_KBV_H
davidprentice 0:8ee30e15ac7b 6
davidprentice 0:8ee30e15ac7b 7 #define ARDUINO 100
davidprentice 0:8ee30e15ac7b 8 //#include "Arduino.h"
davidprentice 0:8ee30e15ac7b 9 #define boolean bool
davidprentice 0:8ee30e15ac7b 10
davidprentice 0:8ee30e15ac7b 11 #include "Adafruit_GFX.h"
davidprentice 0:8ee30e15ac7b 12
davidprentice 0:8ee30e15ac7b 13 #endif // _ADA_GFX_KBV_H