i2c_oled sample
lv_roller_t
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lv_roller_t
lv_roller_t struct
Syntax
Show:
Summary
Declaration
from
lv_roller.h:44
typedef
struct
{
lv_obj_t
obj
;
uint16_t
option_cnt
;
uint16_t
sel_opt_id
;
uint16_t
sel_opt_id_ori
;
lv_roller_mode_t
mode
:
1
;
uint32_t
moved
:
1
;
}
lv_roller_t
;
Fields
Field
Declared as
Description
lv_roller_t::obj
lv_obj_t
lv_roller_t::option_cnt
uint16_t
Number of options.
lv_roller_t::sel_opt_id
uint16_t
Index of the current option.
lv_roller_t::sel_opt_id_ori
uint16_t
Store the original index on focus.
lv_roller_t::mode
lv_roller_mode_t
:
1
lv_roller_t::moved
uint32_t
:
1
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out