Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.01 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.01 KB

Lottie Player for LVGL

Introduction

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.

Component Registry

Dependencies

  1. LVGL v8
    Ensure your project includes LVGL v8.0 or higher. Refer to the LVGL Documentation for setup instructions.

  2. 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.