2020-08-13 00:40:44 +02:00
|
|
|
// Example sketch which shows how to display a 64x32 animated GIF image stored in FLASH memory
|
2020-08-10 22:44:25 +02:00
|
|
|
// on a 64x32 LED matrix
|
|
|
|
//
|
|
|
|
// Credits: https://github.com/bitbank2/AnimatedGIF/tree/master/examples/ESP32_LEDMatrix_I2S
|
|
|
|
//
|
|
|
|
|
2023-03-10 01:26:56 +01:00
|
|
|
// Refer to: https://github.com/bitbank2/AnimatedGIF/blob/master/examples/ESP32_LEDMatrix_I2S/ESP32_LEDMatrix_I2S.ino
|