Carlos Diaz
Carlos Diaz
I've just created the `release/v8.3` branch, does it sounds ok? If so I can create new branches with all the other releases taking the main LVGL repo as reference. 
I think @kisvegabor is more in favor of having it in the same repo. Having `lvgl-sys` (a.k.a. FFI bindings) will allow us to include them without all the other bindings,...
Any updates @kisvegabor ? I see the LittleFS repo as a good example on how splitting both bindings in separated repos is useful
Fixed with #177
@CFSworks Thanks for pointing out the solution! We'll work on it.
I tried to search a similar error in the thorVG repo but couldn't find one. --- HUGE OFFTOPIC: From a "C head" this looks like the `ColorStop` struct doesn't have...
Yep, it seems like a rounding error.
The function returns a "generic" pointer. Is this causing any warnings when compiling?
@kisvegabor When trying to replicate this "issue" I noticed the following behavior in `lv_example_dropdown_3`, is the selected item text not changing expected? [Screencast from 24-06-24 19:37:14.webm](https://github.com/lvgl/lvgl/assets/11037705/52fc0bf7-c0df-4cf2-81cd-8346a98339de)
> this create error on https://docs.lvgl.io/master/widgets/dropdown.html > > ``` > lv_event_code_t code = lv_event_get_code(e); > lv_obj_t * obj = lv_event_get_target(e); // obj not exists > ``` What error are you...