7 lines
339 B
C++
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
|