Lines Matching refs:be
14 The animations can be downloaded from various sources, such as `https://lottiefiles.com/ <https://l…
38 :c:macro:`LV_USE_VECTOR_GRAPHIC` also needs to be enabled.
40 As ThorVG is written in C++, when using :c:macro:`LV_USE_THORVG_INTERNAL` be sure that you
46 In order to render the animation a buffer needs to be assigned to the Lottie Widget.
47 The animations are rendered in ARGB8888 format, therefore the buffer's size should be equal to
53 The buffer can be set with either :cpp:expr:`lv_lottie_set_buffer(lottie, w, h, buf)`
56 When a draw buffer is used, it must be already initialized by the user with :cpp:enumerator:`LV_COL…
67 ``lvgl/scripts/filetohex.py`` can be used to convert a Lottie file to a hex
79 Lottie animations can be opened from JSON files by using :cpp:expr:`lv_lottie_set_src_file(lottie, …
80 …er doesn't support LVGL's File System interface but a "normal path" should be used without a drive…
91 can be freely adjusted.