feat(drv): Implement Arduino SD driver (#5968)

This commit is contained in:
GoT
2024-04-18 15:06:17 +02:00
committed by GitHub
parent 01a98d9071
commit d0436fbb59
13 changed files with 289 additions and 1 deletions

View File

@@ -272,6 +272,10 @@ void lv_init(void)
lv_fs_arduino_esp_littlefs_init();
#endif
#if LV_USE_FS_ARDUINO_SD
lv_fs_arduino_sd_init();
#endif
#if LV_USE_LODEPNG
lv_lodepng_init();
#endif