rgb_panel sample
lv_line_t
is only used within rgb_panel 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
rgb_panel sample
lv_line_t
lv_line_t struct
DEFINES TYPEDEFS Data of line
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:214
typedef
struct
lv_line_t
lv_line_t
;
Implemented in
lv_line_private.h:31
Fields
Field
Declared as
Description
lv_line_t::obj
lv_obj_t
lv_line_t::point_array
union
{
const
lv_point_precise_t
*
constant
;
lv_point_precise_t
*
mut
;
}
Pointer to an array with the points of the line.
lv_line_t::point_num
uint32_t
Number of points in 'point_array'.
lv_line_t::y_inv
uint32_t
:
1
1: y == 0 will be on the bottom.
lv_line_t::point_array_is_mutable
uint32_t
:
1
whether the point array is const or mutable.
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