lv_label_set_text_fmt(label, "Item: %d", i); lv_obj_center(label); /*Add items to the column*/ obj = lv_btn_create(cont_col); lv_obj_set_size(obj, LV_SIZE_PCT(100), LV_SIZE_CONTENT); lv_obj_set_size(obj, LV_PCT(100), LV_SIZE_CONTENT); label = lv_label_create(obj...