I am getting lib/lvgl_esp32_drivers/lvgl_tft/disp_driver.h:59:24: error: unknown type name ‘lv_disp_drv_t’; did you mean ‘lv_fs_drv_t’?, i tried some of the solution found in the forum, unfortunalty none of them wokred, I am using lvgl 9.2.1 and ESP-IDF v5.3.1 with vs code platformio.
I have checked lvgl version and inlcuded path, everthing looks fine, I didnt find the declaration for “lv_disp_drv_t” in any files in the lvgl folder #include “src/lv_api_map_v8.h” #include “src/lv_api_map_v9_0.h” #include “src/lv_api_map_v9_1.h”
or lv_types.h