diff options
Diffstat (limited to 'examples/AnimatedGIFPanel')
| -rw-r--r-- | examples/AnimatedGIFPanel/AnimatedGIFPanel.ino | 7 | ||||
| -rw-r--r-- | examples/AnimatedGIFPanel/README.md | 13 | ||||
| -rw-r--r-- | examples/AnimatedGIFPanel/data/gifs/cartoon.gif | bin | 29727 -> 0 bytes | |||
| -rw-r--r-- | examples/AnimatedGIFPanel/data/gifs/ezgif.com-pacmn.gif | bin | 44831 -> 0 bytes | |||
| -rw-r--r-- | examples/AnimatedGIFPanel/data/gifs/loading.io-64x32px.gif | bin | 39645 -> 0 bytes | |||
| -rw-r--r-- | examples/AnimatedGIFPanel/data/gifs/matrix-spin.gif | bin | 174779 -> 0 bytes | |||
| -rw-r--r-- | examples/AnimatedGIFPanel/data/gifs/parasite1.gif | bin | 58970 -> 0 bytes | |||
| -rw-r--r-- | examples/AnimatedGIFPanel/data/gifs/parasite2.gif | bin | 32135 -> 0 bytes | |||
| -rw-r--r-- | examples/AnimatedGIFPanel/data/gifs/shock-gs.gif | bin | 34454 -> 0 bytes |
9 files changed, 0 insertions, 20 deletions
diff --git a/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino b/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino deleted file mode 100644 index f6986f1..0000000 --- a/examples/AnimatedGIFPanel/AnimatedGIFPanel.ino +++ /dev/null @@ -1,7 +0,0 @@ -// 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 diff --git a/examples/AnimatedGIFPanel/README.md b/examples/AnimatedGIFPanel/README.md deleted file mode 100644 index 63ff899..0000000 --- a/examples/AnimatedGIFPanel/README.md +++ /dev/null @@ -1,13 +0,0 @@ -## Animated GIF Decoding Example - -### Prerequisites -1. The excellent 'AnimatedGIF' library by Larry Bank needs to be installed: https://github.com/bitbank2/AnimatedGIF - -This is available via the Arduino Library manager, or can be placed in the 'libs' directory with PlatformIO. - -2. The files in the 'data' folder are written to the ESP32's SPIFFS file system. - - -## Credits - -https://github.com/bitbank2/AnimatedGIF diff --git a/examples/AnimatedGIFPanel/data/gifs/cartoon.gif b/examples/AnimatedGIFPanel/data/gifs/cartoon.gif Binary files differdeleted file mode 100644 index 32a0e25..0000000 --- a/examples/AnimatedGIFPanel/data/gifs/cartoon.gif +++ /dev/null diff --git a/examples/AnimatedGIFPanel/data/gifs/ezgif.com-pacmn.gif b/examples/AnimatedGIFPanel/data/gifs/ezgif.com-pacmn.gif Binary files differdeleted file mode 100644 index 0a219a4..0000000 --- a/examples/AnimatedGIFPanel/data/gifs/ezgif.com-pacmn.gif +++ /dev/null diff --git a/examples/AnimatedGIFPanel/data/gifs/loading.io-64x32px.gif b/examples/AnimatedGIFPanel/data/gifs/loading.io-64x32px.gif Binary files differdeleted file mode 100644 index 342f8ae..0000000 --- a/examples/AnimatedGIFPanel/data/gifs/loading.io-64x32px.gif +++ /dev/null diff --git a/examples/AnimatedGIFPanel/data/gifs/matrix-spin.gif b/examples/AnimatedGIFPanel/data/gifs/matrix-spin.gif Binary files differdeleted file mode 100644 index 7925d68..0000000 --- a/examples/AnimatedGIFPanel/data/gifs/matrix-spin.gif +++ /dev/null diff --git a/examples/AnimatedGIFPanel/data/gifs/parasite1.gif b/examples/AnimatedGIFPanel/data/gifs/parasite1.gif Binary files differdeleted file mode 100644 index 8b8b67a..0000000 --- a/examples/AnimatedGIFPanel/data/gifs/parasite1.gif +++ /dev/null diff --git a/examples/AnimatedGIFPanel/data/gifs/parasite2.gif b/examples/AnimatedGIFPanel/data/gifs/parasite2.gif Binary files differdeleted file mode 100644 index 60d03c7..0000000 --- a/examples/AnimatedGIFPanel/data/gifs/parasite2.gif +++ /dev/null diff --git a/examples/AnimatedGIFPanel/data/gifs/shock-gs.gif b/examples/AnimatedGIFPanel/data/gifs/shock-gs.gif Binary files differdeleted file mode 100644 index 1d023d9..0000000 --- a/examples/AnimatedGIFPanel/data/gifs/shock-gs.gif +++ /dev/null |
