i2c_oled sample
lv_bar_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_bar_t
lv_bar_t struct
Syntax
Show:
Summary
Declaration
from
lv_bar.h:47
typedef
struct
{
lv_obj_t
obj
;
int32_t
cur_value
;
int32_t
min_value
;
int32_t
max_value
;
int32_t
start_value
;
lv_area_t
indic_area
;
_lv_bar_anim_t
cur_value_anim
;
_lv_bar_anim_t
start_value_anim
;
lv_bar_mode_t
mode
:
2
;
}
lv_bar_t
;
Fields
Field
Declared as
Description
lv_bar_t::obj
lv_obj_t
lv_bar_t::cur_value
int32_t
Current value of the bar.
lv_bar_t::min_value
int32_t
Minimum value of the bar.
lv_bar_t::max_value
int32_t
Maximum value of the bar.
lv_bar_t::start_value
int32_t
Start value of the bar.
lv_bar_t::indic_area
lv_area_t
Save the indicator area. Might be used by derived types.
lv_bar_t::cur_value_anim
_lv_bar_anim_t
lv_bar_t::start_value_anim
_lv_bar_anim_t
lv_bar_t::mode
lv_bar_mode_t
:
2
Type of bar.
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