lv_text_ins() function
Insert a string into another
Arguments
txt_buf
the original text (must be big enough for the result text and NULL terminated)
pos
position to insert (0: before the original text, 1: after the first char etc.)
ins_txt
text to insert, must be '\0' terminated