lv_line_t is only used within i80_controller sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
union { const lv_point_precise_t * constant; lv_point_precise_t * mut; }
Pointer to an array with the points of the line.
uint32_t
Number of points in 'point_array'.
uint32_t : 1
1: y == 0 will be on the bottom.
uint32_t : 1
whether the point array is const or mutable.

References

from examples