ModischFabrications / ModischMatrix

[ESP32 + RGB] Pretty Pixels on a homemade Matrix
2 stars 0 forks source link

Play Gifs #9

Open ModischFabrications opened 2 years ago

ModischFabrications commented 2 years ago

Ideally uploaded via web interface or Telegram bot.

https://github.com/marcmerlin/AnimatedGIFs -> GIF playback seems to be possible somehow.

ModischFabrications commented 2 years ago

Google supports size, search for "imagesize:32x64 ### animated gif"

ModischFabrications commented 2 years ago

https://imgur.com/a/NuFRD

https://imgur.com/a/HjMW0

ModischFabrications commented 2 years ago

https://github.com/me-no-dev/ESPAsyncWebServer#file-upload-handling

ModischFabrications commented 1 year ago

ESP could technically receive only a link and stream it by itself, but that's probably a bit more difficult to implement and less robust. Uploading files is probably easier to do.

ModischFabrications commented 1 year ago

https://github.com/bitbank2/AnimatedGIF/blob/master/examples/ESP32_LEDMatrix_I2S/ESP32_LEDMatrix_I2S.ino seems to be a great reference, but still hard work to implement. https://github.com/scottbez1/SwitchOrnamentReference/ might also be a bit of help, seems to use the same library