lvgl-micropython / lvgl_micropython

LVGL module for MicroPython
MIT License
86 stars 27 forks source link

add a build option to format vfs as littlefs rather than fat. #168

Open dcmcshan opened 3 weeks ago

dcmcshan commented 3 weeks ago

I am having a difficult time working with FAT, and I know that littlefs works as expected.

dcmcshan commented 3 weeks ago

Incidentally, I think the issue here is that FAT fs are case insensitive, but micropython's implementation is case-sensitive...

dcmcshan commented 3 weeks ago

The only advantage I see with FAT is that we could potentially mount a FAT partition with MSC. But it won't support concurrency, so I envision something like that being a small partition for simple uploads/parameter files, etc

kdschlosser commented 3 weeks ago

I have never messed with the partition types so you will have to provide me examples of what you were doing and how you were doing it. Then I can tie it into this code to make it work.

kdschlosser commented 3 weeks ago

check the LVGL forum, I sent you a message.