Read SPIFF files from ESP module and fed it in the LED strip Hi

Read SPIFF files from ESP module and fed it in the LED strip

Hi every one , has any one yet been tried to read image pixel from file and use it in animation or somethings? somethings like NeoBitmapFile object form https://github.com/Makuna/NeoPixelBus library ,
mine I’ve been trying to read pixel from files in ESP SPIFF location , but the result so disappointed , because my codes never reach faster than 400Kbyte per second , which is so slow for animation . maybe ESP flash so slow or waste much time in my code
any sharing experience or opinion about that is really appreciated

One thing to do would be to have some code test the timing specifically of the ESP spiff code. Of course, you can only write to neopixels at 800kbpa.

There are folks here who have done POV type stuff reading animations off of flash.