-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
feat(fs): add Arduino ESP LittleFS driver #5905
feat(fs): add Arduino ESP LittleFS driver #5905
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, only some minor (precise) wordings are needed.
a4e6ec3
to
3a441ad
Compare
3a441ad
to
e41ee42
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful! 🎉
Thank you! Can you tell what is the plan with the SD library?
I'm gonna make it in a few days, sure it'll be ready for the next week! |
Hello guys |
The If you have Arduino.h installed, you can use the lvgl configuration like I did here: https://github.com/PierreRambaud/lvgl-arduino-sd-example/blob/master/lib/lv_conf/lv_conf.h#L631 and that's it, you should be able to use it like this: https://github.com/PierreRambaud/lvgl-arduino-sd-example/blob/master/src/arduino-sd.cpp#L42 |
Sorry for trouble |
It will probably be easier, I had a lot of trouble playing with the original lfs.h PierreRambaud/pokegotchi@eec197e 😅 |
Description of the feature or fix
A driver to be able to use Arduino ESP LittleFS file system.
Notes
lv_conf_template.h
run lv_conf_internal_gen.py and update Kconfig.scripts/code-format.py
(astyle version v3.4.10 needs to be installed) and follow the Code Conventions.