i80_controller sample
lv_draw_border_dsc_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_draw_border_dsc_t
lv_draw_border_dsc_t struct
Syntax
Show:
Summary
Declaration
from
lv_draw_rect.h:82
typedef
struct
{
lv_draw_dsc_base_t
base
;
int32_t
radius
;
lv_color_t
color
;
int32_t
width
;
lv_opa_t
opa
;
lv_border_side_t
side
:
5
;
}
lv_draw_border_dsc_t
;
Fields
Field
Declared as
lv_draw_border_dsc_t::base
lv_draw_dsc_base_t
lv_draw_border_dsc_t::radius
int32_t
lv_draw_border_dsc_t::color
lv_color_t
lv_draw_border_dsc_t::width
int32_t
lv_draw_border_dsc_t::opa
lv_opa_t
lv_draw_border_dsc_t::side
lv_border_side_t
:
5
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