marcmerlin / AnimatedGIFs

Animated GIFs on Teensy, ESP8266, ESP32 on top of FastLED::NeoMatrix, SmartMatrix::GFX, and SmartMatrix, using Sdcard, SPIFFS, and FatFS (FFAT)
MIT License
68 stars 12 forks source link

Support for Teensy 3.2 #1

Closed harshit-aggarwal closed 3 years ago

harshit-aggarwal commented 5 years ago

Do you support playing gifs through a Teensy 3.2 without a SD card? I was looking through the config file and only found the Teensy 3.5/6.

Great library anyway!

marcmerlin commented 5 years ago

teensy is supported in the original library (which I didn't write), but how do you plan on using this without an sdcard? If you don't want an sdcard, you have to use an ESP8266 with FastLED::NeoMatrix, or an ESP32 with Fastled::NeoMatrix or SmartMatrix (those two chips support SPIFFS or FatFS, while teensy does not AFAIK)