adafruit / Adafruit_RA8875

Adafruit Arduino library driver for the RA8875 TFT driver
http://www.adafruit.com/products/1590
Other
68 stars 58 forks source link

Allow USE_ADAFRUIT_GFX_FONTS to not add virtual write functions #30

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

Fixes #29.

S2Doc commented 4 years ago

Thank you for adding this.

However, when using the Arduino IDE, if I put #define USE_ADAFRUIT_GFX_FONTS at the top of my sketch, the code within the new #ifndef still executes!