bitbank2 / JPEGDEC

An optimized JPEG decoder for Arduino
Apache License 2.0
365 stars 47 forks source link

Not an issue, request example #61

Closed nodoubtman closed 8 months ago

nodoubtman commented 8 months ago

Hello, i like your library. Is it possible to make an example with the TFT-eSPI library ?

Thanks. Marc.

bitbank2 commented 8 months ago

I don't use TFT_eSPI because I wrote my own TFT library (bb_spi_lcd). The TFT_eSPI API is almost identical to the Adafruit_GFX API and there is an example for that already.