feat(lottie): add ThorVG based lottie widget

This commit is contained in:
Gabor Kiss-Vamosi
2024-05-13 18:00:31 +02:00
parent f34ec4b671
commit 9c5ca0e081
25 changed files with 805 additions and 5 deletions

View File

@@ -943,6 +943,12 @@ menu "LVGL configuration"
config LV_USE_LIST
bool "List"
default y if !LV_CONF_MINIMAL
config LV_USE_LOTTIE
bool "Lottie"
default n
depends on LV_USE_VECTOR_GRAPHIC && (LV_USE_THORVG_INTERNAL || LV_USE_THORVG_EXTERNAL)
help
Enable Lottie animations. Requires LV_USE_VECTOR_GRAPHIC and LV_USE_THORVG_INTERNAL or LV_USE_THORVG_EXTERNAL.
config LV_USE_MENU
bool "Menu"
default y if !LV_CONF_MINIMAL
@@ -1176,7 +1182,7 @@ menu "LVGL configuration"
config LV_USE_RLOTTIE
bool "Lottie library"
config LV_USE_THORVG
bool "ThorVG library"
choice