lv_dropdown_set_symbol() function
Set an arrow or other symbol to display when on drop-down list's button. Typically a down caret or arrow.
Arguments
obj
pointer to drop-down list object
symbol
a text like `LV_SYMBOL_DOWN`, an image (pointer or path) or NULL to not draw symbol icon
Notes
angle and zoom transformation can be applied if the symbol is an image. E.g. when drop down is checked (opened) rotate the symbol by 180 degree
lv_dropdown_set_symbol() calls 1 function:
![]()
lv_dropdown_set_symbol()
lv_dropdown_set_symbol() writes 1 variable:
![]()
lv_dropdown_set_symbol()