XarkLabs / PDQ_GFX_Libs

Optimized fork of Adafruit's GFX library (and drivers) for Arduino (AVR).
114 stars 37 forks source link

Linker issues with delay10() .. delay 17() fixed #9

Closed VioletGiraffe closed 7 years ago

VioletGiraffe commented 7 years ago

I started getting linker errors with these functions in my project at one point. The proposed solution seems to be right way to go as it solved my problem, and does not invoke a delay upon constructing a PDQ_ST7735 instance.