Using ESP32-S3
Windows 11
LVGL 9.3.0
I would like a permanent fix to remove this warning message which occurs multiple times when I compile my program.
I am a struggling new user. I tried adding the following line to my program and to lvgl.h but the problem persists: #define LV_FS_DEFAULT_DRIVE_LETTER LV_FS_DEFAULT_DRIVER_LETTER
No help from anyone, don’t know if I formatted the question too vaguely or what. Anyway I managed to solve it myself by adding: #define LV_FS_DEFAULT_DRIVE_LETTER LV_FS_DEFAULT_DRIVER_LETTER
to the lv_example_widgets.h file
Probably obvious to the more experienced, I hope this helps someone else.
Hi,
For me its also the 1st time to try LVGL. I ran into the same issue.
I solved it by renaming the appropiate #define in the lv_conf.h file.
I think the example project I am using is based on an old template for lv_conf.h