We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I know its LVGL question ... but does anyone know how to setup LittleFS
I tried
#define LV_USE_FS_LITTLEFS 1 #if LV_USE_FS_LITTLEFS #define LV_FS_LITTLEFS_LETTER 'L' #define LV_FS_LITTLEFS_CACHE_SIZE 4096 #endif
but it does not compile ... lfs.h missing from LVGL folder
Do you plan on upgrading to LVGL 9 any time soon?
The text was updated successfully, but these errors were encountered:
Using FAT may be the best choice at present, LVGL9 will not be upgraded for the time being.
Sorry, something went wrong.
No branches or pull requests
Hi
I know its LVGL question ... but does anyone know how to setup LittleFS
I tried
but it does not compile ... lfs.h missing from LVGL folder
Do you plan on upgrading to LVGL 9 any time soon?
The text was updated successfully, but these errors were encountered: