Skip to content

Convert a GIF image into a sprite sheet to be used on an OLED Display with CircuitPython.

Notifications You must be signed in to change notification settings

educ8s/Python-GIF-to-Sprite-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python GIF to Sprite Sheet

A Python script to convert an animated GIF image into a sprite sheet using Pillow. The output file is ready to be used on an OLED Display (Monochrome of Color) with CircuitPython.

In CircuitPython you are going to need the adafruit_imageload library to load and display the sprite sheet as an animated icon. Check this video for more info: 🎥 Animations on OLED

Video Tutorial of the Code

🎥 Video Tutorial on YouTube



| 📺 My YouTube Channel | 🌍 My Website |

About

Convert a GIF image into a sprite sheet to be used on an OLED Display with CircuitPython.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages