Files
lvgl/include
fb759bd01a arch(file_explorer): deprecate and add a table-based file browser example
Deprecate the lv_file_explorer widget. A file explorer is a path header plus a
table of directory entries read with the lv_fs API, so it can be built directly
from base widgets.

Following the deprecation guidelines:
- @deprecated Doxygen tags and LV_DEPRECATED on lv_file_explorer_create
- LV_LOG_DEPRECATED runtime warning in lv_file_explorer_create
- migration-v10.mdx entry pointing to the replacement
- the new lv_example_table_file_browser shows the recommended approach

Live call sites in the kept legacy examples and the test 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
..