feat(fs): implement littlefs lfs.h driver support (#5562)

This commit is contained in:
GoT
2024-02-24 16:10:02 +01:00
committed by GitHub
parent 260333583f
commit 45a8af251a
15 changed files with 300 additions and 17 deletions

View File

@@ -265,6 +265,10 @@ void lv_init(void)
lv_fs_memfs_init();
#endif
#if LV_USE_FS_LITTLEFS
lv_fs_littlefs_init();
#endif
#if LV_USE_LODEPNG
lv_lodepng_init();
#endif