Open dcmcshan opened 3 weeks ago
Incidentally, I think the issue here is that FAT fs are case insensitive, but micropython's implementation is case-sensitive...
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
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.
check the LVGL forum, I sent you a message.
I am having a difficult time working with FAT, and I know that littlefs works as expected.