i80_controller sample
lv_draw_line_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_line_dsc_t
lv_draw_line_dsc_t struct
DEFINES TYPEDEFS
Syntax
Show:
Summary
Declaration
from
lv_draw_line.h:28
typedef
struct
{
lv_draw_dsc_base_t
base
;
lv_point_precise_t
p1
;
lv_point_precise_t
p2
;
lv_color_t
color
;
int32_t
width
;
int32_t
dash_width
;
int32_t
dash_gap
;
lv_opa_t
opa
;
lv_blend_mode_t
blend_mode
:
2
;
uint8_t
round_start
:
1
;
uint8_t
round_end
:
1
;
uint8_t
raw_end
:
1
;
}
lv_draw_line_dsc_t
;
Fields
Field
Declared as
Description
lv_draw_line_dsc_t::base
lv_draw_dsc_base_t
lv_draw_line_dsc_t::p1
lv_point_precise_t
lv_draw_line_dsc_t::p2
lv_point_precise_t
lv_draw_line_dsc_t::color
lv_color_t
lv_draw_line_dsc_t::width
int32_t
lv_draw_line_dsc_t::dash_width
int32_t
lv_draw_line_dsc_t::dash_gap
int32_t
lv_draw_line_dsc_t::opa
lv_opa_t
lv_draw_line_dsc_t::blend_mode
lv_blend_mode_t
:
2
lv_draw_line_dsc_t::round_start
uint8_t
:
1
lv_draw_line_dsc_t::round_end
uint8_t
:
1
lv_draw_line_dsc_t::raw_end
uint8_t
:
1
Do not bother with perpendicular line ending if it's not visible for any reason.
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