ESP32-HUB75-MatrixPanel-DMA/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino
2023-03-10 00:26:56 +00:00

7 lines
339 B
C++

// Example sketch which shows how to display a 64x32 animated GIF image stored in FLASH memory
// on a 64x32 LED matrix
//
// Credits: https://github.com/bitbank2/AnimatedGIF/tree/master/examples/ESP32_LEDMatrix_I2S
//
// Refer to: https://github.com/bitbank2/AnimatedGIF/blob/master/examples/ESP32_LEDMatrix_I2S/ESP32_LEDMatrix_I2S.ino