Search found 1 match
- Wed Jan 12, 2022 6:47 pm
- Forum: ESP-BOX
- Topic: ESP-BOX: Enabling LVGL Lottie Animations
- Replies: 1
- Views: 16628
ESP-BOX: Enabling LVGL Lottie Animations
Hi, I have been able to enable lottie animations in a hacky fashion, by directly building the Rlottie library as a component to a project and display rlottie animations per https://github.com/lvgl/lv_lib_rlottie/issues/3 However, this method is ugly, inefficient and not scalable. Instead, I would li...