lv_label_ins_text() function
Insert a text to a label. The label text can not be static.
Arguments
obj
pointer to a label object
pos
character index to insert. Expressed in character index and not byte index. 0: before first char. LV_LABEL_POS_LAST: after last char.
txt
pointer to the text to insert