pixelmatix / AnimatedGIFs

MIT License
62 stars 34 forks source link

Make it usable as an Arduino library #11

Closed HorstBaerbel closed 4 years ago

HorstBaerbel commented 8 years ago

First of all: Thanks for the awesome library! Worked almost out-of-the-box for me and is easy to use. When using it with Arduino 1.6.9 as a library though, I had problems compiling. There were doubly defined symbols (the file callbacks) and min() made problems. I fixed that and also moved the .ino file to the example subdirectory. Now it should be usable as a regular Arduino library by just dropping it into the libraries folder...

embedded-creations commented 8 years ago

This is awesome, thanks! I'm traveling right now but I'll check it out after I get back.

HorstBaerbel commented 5 years ago

Care to take a look at this again and see if you could use it? I allowed edits from maintainers, so edit as you see fit...

embedded-creations commented 5 years ago

Thanks for the ping, but I'm not working on this project right now. I do want to make the sketch usable as a library, so I will look at this again in the future.