rorosaurus / FurretTotem

Rave Furret is a totem for music festivals! He uses two 128x64px LED panels to loop animated gifs!
https://ravefurret.com/
MIT License
33 stars 3 forks source link

consider FatFS instead of SPIFFS #2

Open marcmerlin opened 4 years ago

marcmerlin commented 4 years ago

As you add more data to SPIFFS, you'll notice that the reads slowdown to a point that your animation is not nice anymore. Fix for this is switching to FatFS: http://marc.merlins.org/perso/arduino/post_2019-03-30_Using-FatFS-FFat-on-ESP32-Flash-With-Arduino.html

rorosaurus commented 4 years ago

Thanks Marc! I will definitely plan on migrating to that as I expand this project! :)