Menu组件一旦创建就会导致屏幕花屏, 显示其他组件和图片都正常

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.

Hi @Woo,
Could you give more details about the board?
Are you using IDF components?