lv_obj_t * menu = lv_menu_create(lv_screen_active());
My LVGL version is 9.5 and my IDF version is 5.4.4. Why does creating this menu component cause screen glitching? All other components display properly for me. Is this a bug in this version? I’m planning to roll back the LVGL version and test it.