feat(fs): add Arduino ESP LittleFS driver (#5905)
This commit is contained in:
@@ -268,6 +268,10 @@ void lv_init(void)
|
||||
lv_fs_littlefs_init();
|
||||
#endif
|
||||
|
||||
#if LV_USE_FS_ARDUINO_ESP_LITTLEFS
|
||||
lv_fs_arduino_esp_littlefs_init();
|
||||
#endif
|
||||
|
||||
#if LV_USE_LODEPNG
|
||||
lv_lodepng_init();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user