Bodmer / TFT_eFEX

A support library for TFT_eSPI that adds commonly used extra functions
Other
84 stars 27 forks source link

Consider updating SPIFFS to LittleFS #22

Open Pconti31 opened 4 years ago

Pconti31 commented 4 years ago

SPIFFS is now deprecated due to it not longer being supported. It's been replaced with LittleFS. The calling sequences are compatible so an update shouldn't be major problem. So this request is to consider moving to LittleFS instead of using SPIFFS.

Bodmer commented 4 years ago

LittleFS is not supported by the ESP32 and existing legacy ESP8266 user sketches are using SPIFFS, so the only option is to add a user switch to avoid the warning or ignore it. The library will be updated at some point but I am busy with other work at the moment. It would be helpful therefore if you to submitted a Pull request for consideration.