lv_dropdown_add_option() function
Add an options to a drop-down list from a string. Only works for non-static options.
Arguments
obj
pointer to drop-down list object
option
a string without '\n'. E.g. "Four"
pos
the insert position, indexed from 0, LV_DROPDOWN_POS_LAST = end of string