Files
lvgl/examples/libs
fbb5007d83 arch(rlottie): deprecate in favor of the lv_lottie widget
Deprecate the rlottie player. The ThorVG-based lv_lottie widget is part of LVGL
and needs no external library.

Following the deprecation guidelines:
- @deprecated Doxygen tags and LV_DEPRECATED on the rlottie create functions
- LV_LOG_DEPRECATED runtime warning in both create functions
- migration-v10.mdx entry pointing to lv_lottie

The rlottie docs page already carries a deprecation callout. Live call sites in
the kept examples 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
..