Compiler error because of following line:
lv_imgbtn_set_src(power_off, LV_IMAGEBUTTON_STATE_RELEASED, NULL, &img_power_off, NULL);
Fix rename above line with:
lv_imagebutton_set_src(power_off, LV_IMAGEBUTTON_STATE_RELEASED, NULL, &img_power_off, NULL);
Now with LVGL 9.2 compiles without error under Windows 11 with EEZ Studio 0.16.1
Please note with LVLG 8 lv_imgbtn_set_src is correct but it changed in LVGL 9 to lv_imagebutton_set_src
Fix rename above line with: lv_imagebutton_set_src(power_off, LV_IMAGEBUTTON_STATE_RELEASED, NULL, &img_power_off, NULL); Now with LVGL 9.2 compiles without error under Windows 11 with EEZ Studio 0.16.1
Please note with LVLG 8 lv_imgbtn_set_src is correct but it changed in LVGL 9 to lv_imagebutton_set_src