aboutsummaryrefslogtreecommitdiff
path: root/examples/AnimatedGIFPanel
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-03-12 23:16:06 +0000
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-03-12 23:16:06 +0000
commitefad4c1dfd793bdf0b1b4c788a7986aa14eb9cd0 (patch)
tree19e35305b0dba75955d4d680aaeeed791b705b98 /examples/AnimatedGIFPanel
parent2fcfaf6ac13b087fe4327e710af66df6de2b9c72 (diff)
Update
Diffstat (limited to 'examples/AnimatedGIFPanel')
-rw-r--r--examples/AnimatedGIFPanel/AnimatedGIFPanel.ino7
-rw-r--r--examples/AnimatedGIFPanel/README.md13
-rw-r--r--examples/AnimatedGIFPanel/data/gifs/cartoon.gifbin29727 -> 0 bytes
-rw-r--r--examples/AnimatedGIFPanel/data/gifs/ezgif.com-pacmn.gifbin44831 -> 0 bytes
-rw-r--r--examples/AnimatedGIFPanel/data/gifs/loading.io-64x32px.gifbin39645 -> 0 bytes
-rw-r--r--examples/AnimatedGIFPanel/data/gifs/matrix-spin.gifbin174779 -> 0 bytes
-rw-r--r--examples/AnimatedGIFPanel/data/gifs/parasite1.gifbin58970 -> 0 bytes
-rw-r--r--examples/AnimatedGIFPanel/data/gifs/parasite2.gifbin32135 -> 0 bytes
-rw-r--r--examples/AnimatedGIFPanel/data/gifs/shock-gs.gifbin34454 -> 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
deleted file mode 100644
index 32a0e25..0000000
--- a/examples/AnimatedGIFPanel/data/gifs/cartoon.gif
+++ /dev/null
Binary files 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
--- a/examples/AnimatedGIFPanel/data/gifs/ezgif.com-pacmn.gif
+++ /dev/null
Binary files 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
--- a/examples/AnimatedGIFPanel/data/gifs/loading.io-64x32px.gif
+++ /dev/null
Binary files 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
--- a/examples/AnimatedGIFPanel/data/gifs/matrix-spin.gif
+++ /dev/null
Binary files differ
diff --git a/examples/AnimatedGIFPanel/data/gifs/parasite1.gif b/examples/AnimatedGIFPanel/data/gifs/parasite1.gif
deleted file mode 100644
index 8b8b67a..0000000
--- a/examples/AnimatedGIFPanel/data/gifs/parasite1.gif
+++ /dev/null
Binary files differ
diff --git a/examples/AnimatedGIFPanel/data/gifs/parasite2.gif b/examples/AnimatedGIFPanel/data/gifs/parasite2.gif
deleted file mode 100644
index 60d03c7..0000000
--- a/examples/AnimatedGIFPanel/data/gifs/parasite2.gif
+++ /dev/null
Binary files 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
--- a/examples/AnimatedGIFPanel/data/gifs/shock-gs.gif
+++ /dev/null
Binary files differ