educ8s / Python-GIF-to-Sprite-sheet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%