Skip to content

Restructure code, add animated_gif example

Compare
Choose a tag to compare
@PaintYourDragon PaintYourDragon released this 09 Oct 18:52
· 179 commits to master since this release
de6b770

Add animated_gif example (requires TinyUSB-capable board and AnimatedGIF library).

No functional changes, but library code has been rearranged for the contemporary Arduino library layout (using “src” folder, with device-specific headers split up in an “arch” subdirectory), adopt use of “#pragma once” rather than oldschool include guards, other minor housekeeping.