From efad4c1dfd793bdf0b1b4c788a7986aa14eb9cd0 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Sun, 12 Mar 2023 23:16:06 +0000 Subject: Update --- examples/AnimatedGIFPanel/AnimatedGIFPanel.ino | 7 ------- examples/AnimatedGIFPanel/README.md | 13 ------------- examples/AnimatedGIFPanel/data/gifs/cartoon.gif | Bin 29727 -> 0 bytes .../AnimatedGIFPanel/data/gifs/ezgif.com-pacmn.gif | Bin 44831 -> 0 bytes .../AnimatedGIFPanel/data/gifs/loading.io-64x32px.gif | Bin 39645 -> 0 bytes examples/AnimatedGIFPanel/data/gifs/matrix-spin.gif | Bin 174779 -> 0 bytes examples/AnimatedGIFPanel/data/gifs/parasite1.gif | Bin 58970 -> 0 bytes examples/AnimatedGIFPanel/data/gifs/parasite2.gif | Bin 32135 -> 0 bytes examples/AnimatedGIFPanel/data/gifs/shock-gs.gif | Bin 34454 -> 0 bytes 9 files changed, 20 deletions(-) delete mode 100644 examples/AnimatedGIFPanel/AnimatedGIFPanel.ino delete mode 100644 examples/AnimatedGIFPanel/README.md delete mode 100644 examples/AnimatedGIFPanel/data/gifs/cartoon.gif delete mode 100644 examples/AnimatedGIFPanel/data/gifs/ezgif.com-pacmn.gif delete mode 100644 examples/AnimatedGIFPanel/data/gifs/loading.io-64x32px.gif delete mode 100644 examples/AnimatedGIFPanel/data/gifs/matrix-spin.gif delete mode 100644 examples/AnimatedGIFPanel/data/gifs/parasite1.gif delete mode 100644 examples/AnimatedGIFPanel/data/gifs/parasite2.gif delete mode 100644 examples/AnimatedGIFPanel/data/gifs/shock-gs.gif (limited to 'examples/AnimatedGIFPanel') 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 deleted file mode 100644 index 32a0e25..0000000 Binary files a/examples/AnimatedGIFPanel/data/gifs/cartoon.gif and /dev/null differ diff --git a/examples/AnimatedGIFPanel/data/gifs/ezgif.com-pacmn.gif b/examples/AnimatedGIFPanel/data/gifs/ezgif.com-pacmn.gif deleted file mode 100644 index 0a219a4..0000000 Binary files a/examples/AnimatedGIFPanel/data/gifs/ezgif.com-pacmn.gif and /dev/null differ diff --git a/examples/AnimatedGIFPanel/data/gifs/loading.io-64x32px.gif b/examples/AnimatedGIFPanel/data/gifs/loading.io-64x32px.gif deleted file mode 100644 index 342f8ae..0000000 Binary files a/examples/AnimatedGIFPanel/data/gifs/loading.io-64x32px.gif and /dev/null differ diff --git a/examples/AnimatedGIFPanel/data/gifs/matrix-spin.gif b/examples/AnimatedGIFPanel/data/gifs/matrix-spin.gif deleted file mode 100644 index 7925d68..0000000 Binary files a/examples/AnimatedGIFPanel/data/gifs/matrix-spin.gif and /dev/null differ diff --git a/examples/AnimatedGIFPanel/data/gifs/parasite1.gif b/examples/AnimatedGIFPanel/data/gifs/parasite1.gif deleted file mode 100644 index 8b8b67a..0000000 Binary files a/examples/AnimatedGIFPanel/data/gifs/parasite1.gif and /dev/null differ diff --git a/examples/AnimatedGIFPanel/data/gifs/parasite2.gif b/examples/AnimatedGIFPanel/data/gifs/parasite2.gif deleted file mode 100644 index 60d03c7..0000000 Binary files a/examples/AnimatedGIFPanel/data/gifs/parasite2.gif and /dev/null differ diff --git a/examples/AnimatedGIFPanel/data/gifs/shock-gs.gif b/examples/AnimatedGIFPanel/data/gifs/shock-gs.gif deleted file mode 100644 index 1d023d9..0000000 Binary files a/examples/AnimatedGIFPanel/data/gifs/shock-gs.gif and /dev/null differ -- cgit v1.3.1