mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-18 02:38:01 +08:00
Deprecate the lv_menu widget. A menu is page navigation over base widgets: pages built from lv_obj and a back button that swaps the visible page. Following the deprecation guidelines: - @deprecated Doxygen tags and LV_DEPRECATED on lv_menu_create - LV_LOG_DEPRECATED runtime warning in lv_menu_create - migration-v10.mdx entry pointing to the replacement - the new lv_example_menu_navigation shows the recommended approach Live call sites in the kept legacy examples and tests are wrapped with LV_DEPRECATIONS_IGNORE_BEGIN/END so the -Wdeprecated -Werror build stays clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>