witnessmenow / spotify-api-arduino

Arduino library for integrating with the Spotify Web-API (Does not play music)
MIT License
178 stars 33 forks source link

Added example for TFT Display Album Art. #49

Closed ChristianFemia closed 1 year ago

ChristianFemia commented 1 year ago

The current example for the album art display is unable to build currently, due to some methods being updated. I've created a new example for using a TFT Display for displaying the image. Code was built on an ESP32, and worked extremely well.

witnessmenow commented 1 year ago

Thanks @ChristianFemia , I'm not in position to test right now but looks good to me! Would you mind updating the text at the top of the example to reflect the changes, it's not adafruit gfx based anymore for example

witnessmenow commented 1 year ago

Thanks!