Liam Howatt
Liam Howatt
Certainly! Added.
PR opened! #6188
Hi @cyberumut, Are you able to create a simple benchmark that compares the speed of LVGL loading the background image vs you sending the image from static buffer over the...
Are you loading it from a file? Or a C array?
Thanks for all the details! I changed your code the minimum amount to be able to run in the simulator. I don't observe the image disappearing after 1 minute. Do...
Thanks! PR opened. Just to verify, did you mean to remove the `const` in your "should be" section?
Seems to be `const` all the way down. > You also have `selector` that might be typed incorrectly I see some inconsistencies with `trans_delete` now that you point it out....
What's the relationship between the C constant names being in an enum and the binding generator namespacing the constants like `lv.label.LONG.WRAP`? All of the enum members I've seen so far...
Hey @xamix, I came to the same conclusion about that line in lv_obj.c. `LV_STATE_FOCUS_KEY` is the state that themes and styles are are supposed to add an outline for when...
xamix > we also need to remove this `LV_STATE_FOCUS_KEY` on the previous clicked object, otherwise multiple object will have the outline enabled. I am seeing only one set of things...