pixelmatix / AnimatedGIFs

MIT License
62 stars 34 forks source link

librarification #27

Closed ladyada closed 3 years ago

ladyada commented 5 years ago

heya louis, could this code be split into a library so it can be more easily used for other types of displays (i have a version for TFT)

embedded-creations commented 5 years ago

Yep, that's something I've been wanting to do for a while.

Marc Merlin has been doing a lot on his AnimatedGIFs fork, and announced this update recently, but I haven't tried it myself:

https://community.pixelmatix.com/t/announce-animatedgifs-fork-now-usable-as-a-library/392

ladyada commented 5 years ago

thanks! it looks like a great start- i like the idea of separating display, decode and filesys logic completely - sorta like this person did https://github.com/prenticedavid/AnimatedGIFs_SD/blob/master/AnimatedGIFs_SD.ino ill use that for now :)

embedded-creations commented 5 years ago

Also, see this PR: https://github.com/pixelmatix/AnimatedGIFs/pull/11

embedded-creations commented 3 years ago

See https://github.com/pixelmatix/GifDecoder which is now a wrapper around the efficient GIF decoder library https://github.com/bitbank2/AnimatedGIF