Files
lvgl/examples/widgets/menu
Gabor Kiss-VamosiandClaude Opus 4.8 8ba75cad25 arch(menu): deprecate and add a base-widget navigation example
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>
2026-08-03 10:30:58 +02:00
..