i80_controller sample
lv_imagebutton_t
is only used within i80_controller 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
i80_controller sample
lv_imagebutton_t
lv_imagebutton_t struct
Data of image button
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:204
typedef
struct
lv_imagebutton_t
lv_imagebutton_t
;
Implemented in
lv_imagebutton_private.h:36
Fields
Field
Declared as
Description
lv_imagebutton_t::obj
lv_obj_t
lv_imagebutton_t::src_mid
lv_imagebutton_src_info_t
[
LV_IMAGEBUTTON_STATE_NUM
]
Store center images to each state.
lv_imagebutton_t::src_left
lv_imagebutton_src_info_t
[
LV_IMAGEBUTTON_STATE_NUM
]
Store left side images to each state.
lv_imagebutton_t::src_right
lv_imagebutton_src_info_t
[
LV_IMAGEBUTTON_STATE_NUM
]
Store right side images to each state.
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