hyan
hyan
### LVGL version v9.0.0 ### What happened? I have lvgl as a components in my ESP-IDF porject. I have a `my_font.c` file and I define it as default font in...
because sizeof(bool) is not the same as sizeof(int), If someone put a bool var as the last param into funciton `int mjson_get_bool(const char *s, int len, const char *path, int...
`mjson_get_XXX(...)` return 0 or -1 for "not found", I suggest all use -1. or better, return true on "found" and false on "not found", so these parser function can be...
I think the pip-install version 0.11.1 is outdated, unable to discover my broadlink ir remote (black bean). the this git-cloned version can discover it
I made 3 changes in Line#35, Line#48 and Line#110~#126. other changes are white space auto trimmed by my sublime-text, please ignore
Do you use bearings as wheels? Is there any instructions? Thank you!
### Introduce the problem can I set property for different state/part with code described in https://docs.lvgl.io/master/others/obj_property.html#a-step-further. for example, I want to specify PART_INDECATOR color property in the array, how to...