From a2d97204f80ccf8f901af726f456c28792c4d1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Tue, 6 Feb 2024 19:52:39 +0100 Subject: [PATCH] Fix storage root path with LV_USE_FS_IF --- include/lv_conf_v7.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/lv_conf_v7.h b/include/lv_conf_v7.h index 0b094c3f..14ec75fa 100644 --- a/include/lv_conf_v7.h +++ b/include/lv_conf_v7.h @@ -227,7 +227,9 @@ typedef void* lv_fs_drv_user_data_t; //# define LV_FS_IF_SPIFFS '\0' // no internal esp Flash #endif #endif /*LV_USE_FS_IF*/ +#if !(defined(WINDOWS) || defined(POSIX)) #define LV_FS_PC_PATH "/littlefs" +#endif #endif