Skip to content
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

Having trouble setting up LittleFS #77

Open
borkog opened this issue Dec 26, 2024 · 1 comment
Open

Having trouble setting up LittleFS #77

borkog opened this issue Dec 26, 2024 · 1 comment

Comments

@borkog
Copy link

borkog commented Dec 26, 2024

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?

@lewisxhe
Copy link
Contributor

Using FAT may be the best choice at present, LVGL9 will not be upgraded for the time being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants