lottie_player
is a lightweight and efficient Lottie animation player designed specifically for LVGL v8. It enables seamless integration of vector-based animations into your LVGL projects. By leveraging ThorVG as the rendering engine, this module ensures high performance and flexibility for modern embedded GUI applications.
-
LVGL v8
Ensure your project includes LVGL v8.0 or higher. Refer to the LVGL Documentation for setup instructions. -
ThorVG
The rendering engine is built upon ThorVG. Make sure ThorVG is integrated into your build system.- ThorVG provides scalable vector graphics rendering optimized for embedded platforms.
- You can find ThorVG on its GitHub repository.