LVGL_Music.cpp:323:20: error: 'lv_obj_get_style_opa_recursive' was not declared in this scope; did you mean 'lv_obj_get_style_img_recolor'?
/home/frank/dev/LCD_1.46_LVGL_Arduino/LVGL_Music.cpp: In function 'void spectrum_draw_event_cb(lv_event_t*)':
/home/frank/dev/LCD_1.46_LVGL_Arduino/LVGL_Music.cpp:323:20: error: 'lv_obj_get_style_opa_recursive' was not declared in this scope; did you mean 'lv_obj_get_style_img_recolor'?
323 | lv_opa_t opa = lv_obj_get_style_opa_recursive(obj, LV_PART_MAIN);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| lv_obj_get_style_img_recolor
Multiple libraries were found for "SD.h"
Used: /home/frank/.arduino15/packages/esp32/hardware/esp32/3.1.1/libraries/SD
Not used: /home/frank/.arduino15/libraries/SD
exit status 1
Compilation error: 'lv_obj_get_style_opa_recursive' was not declared in this scope; did you mean 'lv_obj_get_style_img_recolor'?
Solution
LVGL was version 8.3.8
Need to upgrade to at least 8.3.10
Recent Comments