lv_dropdown_set_options() function
Set the options in a drop-down list from a string. The options will be copied and saved in the object so the `options` can be destroyed after calling this function
Arguments
obj
pointer to drop-down list object
options
a string with '\n' separated options. E.g. "One\nTwo\nThree"