-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 SPIFFS #6325
Comments
SPIFF is compatible with POSIX which is supported in LVGL. But I see value adding an explicit example. What do you think? @kisvegabor @gauix4 What would be the use-case? Do you want to store images in the internal flash? |
@becseya Thank you very much for answering anyway ! :) |
It was already asked by many people how to use LVGL's File System on ESP. So an example and a more detailed docs would be really nice. |
@kisvegabor hoo yess |
See #6367 🙂 |
If it's not working by following the instruction in #6367 please comment in the Pull request. |
Hi @gauix4 I'm using binary images and SPIFFS in my project since LVGL 8.3. (icons and small images) My programming skills are limited but maybe these steps can help you:
I don't know how squareline studio works, but maybe it doesn't create bin files (seems it's creating a C file ¿?), I'm using LVGL image converter python script in order to create bin file (Sorry @kisvegabor if I answer this closed Issue) |
I still haven't seen any documentation or examples, it's still a pain, I've been on it for several days and I've been testing things, I still haven't made any progress except being even more annoyed at not finding anything and seeing a lot of people looking too. |
Introduce the problem
No documentation or example for using SPIFFS on ESP32 S3
Proposal
it would be nice to make an example of the use of SPIFFS on ESP32 S3 many people can't do this and there is no documentation on this subject
I can't either
thanks in advance :)
The text was updated successfully, but these errors were encountered: