-
### LVGL version
master
### What happened?
After this commit: https://github.com/lvgl/lvgl/commit/7addc72735e06b5c78af5638190f1c32b5bad426, the compilation of the document will fail.
I tried…
-
Currently thorvg examples use EFL lib to run a window & animation loop. But EFL is difficult to use in windows platform. Probably we can replace it with an other toolkit which is more portable and mai…
-
### LVGL version
v9.1
### What happened?
Using Arudino and LVGL 9.1, and Elecrow RGB Terminal (ESP32 S3) the 'Analytics' tab of the demo crashes. The arcs just stop and the screen becomes un…
-
### Tasks Review
- [x] https://github.com/thorvg/thorvg/issues/2138
- [x] https://github.com/thorvg/thorvg/issues/2116
- [x] https://github.com/thorvg/thorvg/pull/2143
- [x] https://github.com/tho…
-
Try threading optimization with the nested web workers if the perf. can be increased.
- Suggested Model1:
launch the next commands on 2 web-worker.
```
picture->load() / canvas->push(picture)…
-
### Introduce the problem
While this isn't necessarily a problem it is going to cause some grief with things like the documentation and possibly bindings.
We have started to write c++ code in LVGL…
-
When upgrading thorvg from version v0.13.0 to v0.13.3 in [dotLottie-rs](https://github.com/LottieFiles/dotlottie-rs), we encountered a failing test related to the tvg_set_frame API. When tvg_set_frame…
-
### Tested versions
master[e5b4ef8e9522e950033cbece39a31a4a76da19c1]
### System information
Arch Linux
### Issue description
Open AssetLib in the editor, and address sanitizer decides t…
-
Has anyone been able to get rlottie to work?
I enabled LV_USE_RLOTTIE = 1
But get the error below.
That file is in https://github.com/Samsung/rlottie/tree/master/inc but not included in this,…
-
Hi, I found that a crash occurs when drawing pictures of special sizes.
It seems that the boundary conditions are not handled properly.
```cpp
int tvg_image_test(void)
{
Initializer::init(0…