You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
static int32_t get_content_width(lv_obj_t * cont) int32_t w = 0; int32_t pad_column = lv_obj_get_style_pad_column(cont, LV_PART_MAIN); int32_t total = (int32_t)lv_obj ...