ESP32 SPIFF using lvgl file system

Description

SPIFFS access using littlevgl file system

What MCU/Processor/Board and compiler are you using?

ESP32

What do you want to achieve?

Just want to know if its possible to use lvgl file system on esp32s SPIFFS

What have you tried so far?

Searched this forum for possible heads up before pouring some time going into it.

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

Any filesystem should be adaptable to LittlevGL, provided that it follows general POSIX semantics (i.e. ability to open, read, and close individual files).

See fs interface.

Support for filesystem of ESP was asked several times in the near past. @Ferdz_Reyes if you make it can you send a PR to lv_fs_if?

PR? You lost me there. :blush:

GitHub pull request.

I wrote a simple tutorial about it here.