Skip to content

Instantly share code, notes, and snippets.

@Simon-Ince
Simon-Ince / gif-viewer.py
Last active February 8, 2024 10:20
Show gifs on and LED matrix using the hzeller/rpi-rgb-led-matrix Python library
#!/usr/bin/env python
import time
import sys
from rgbmatrix import RGBMatrix, RGBMatrixOptions
from PIL import Image, ImageSequence, GifImagePlugin
# Matrix size
size = 64, 64