lv_dropdown_t is only used within i2c_oled sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
The dropped down list.
const char *
Text to display on the dropdown's button.
const void *
Arrow or other icon when the drop-down list is closed.
char *
Options in a '\n' separated list.
uint16_t
Number of options.
uint16_t
Index of the currently selected option.
uint16_t
Store the original index on focus.
uint16_t
Index of the currently pressed option.
lv_dir_t : 4
Direction in which the list should open.
uint8_t : 1
1: Only a pointer is saved in `options`.
uint8_t: 1
1: Make the selected option highlighted in the list.

References

from examples