mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
cd26e0fc2a
* Add support for ARGB32 to RGBA5658 format conversion required by LVGL * Add animation control for rlottie animation * Add support for composable play control and event sending upon reaching end of animation. * Add protection against multiple event posting upon animation ending * Actually pause the timer is the animation is paused. Resume on playing again. * Improve documentation for the additional features * Stop the timer if not looping and we've reached the end of the animation in the provided direction * Fix various defects and improve documentation * Add support for swapped RGB565 format too * Let pause actually pause without messing the current frame index in the animation. * Set invalid destination frame upon construction so it's possible to pause from frame 0. * Set impossible destination frame index So it's updated on first pause