XarkLabs / PDQ_GFX_Libs

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

Any plans on supporting the ESP8266? #16

Closed smvg closed 6 years ago

smvg commented 6 years ago

Thanks for providing the community with such a good library (have used your library in other hardware several times)!

XarkLabs commented 6 years ago

Thanks for the complement! I am not sure my library is really needed on esp8266 as it is a pretty fast chip (vs other existing libraries). However, I suspect it would be easy to replace the low-level SPI routines for 8266 and the rest is quite portable.