i80_controller sample
lv_draw_triangle_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_triangle_dsc_t
lv_draw_triangle_dsc_t struct
DEFINES TYPEDEFS
Syntax
Show:
Summary
Declaration
from
lv_draw_triangle.h:25
typedef
struct
{
lv_draw_dsc_base_t
base
;
lv_opa_t
bg_opa
;
lv_color_t
bg_color
;
lv_grad_dsc_t
bg_grad
;
lv_point_precise_t
p
[
3
]
;
}
lv_draw_triangle_dsc_t
;
Fields
Field
Declared as
lv_draw_triangle_dsc_t::base
lv_draw_dsc_base_t
lv_draw_triangle_dsc_t::bg_opa
lv_opa_t
lv_draw_triangle_dsc_t::bg_color
lv_color_t
lv_draw_triangle_dsc_t::bg_grad
lv_grad_dsc_t
lv_draw_triangle_dsc_t::p
lv_point_precise_t
[
3
]
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