lv_dropdown_set_options_static() function
Set the options in a drop-down list from a static string (global, static or dynamically allocated). Only the pointer of the option string will be saved.
Arguments
obj
pointer to drop-down list object
options
a static string with '\n' separated options. E.g. "One\nTwo\nThree"