i2c_oled sample
lv_draw_line()
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lv_draw_line()
lv_draw_line() function
Draw a line
Syntax
Show:
Summary
Declaration
Definition
from
lv_draw_line.h:55
void
lv_draw_line
(
struct
_lv_draw_ctx_t
*
draw_ctx
,
const
lv_draw_line_dsc_t
*
dsc
,
const
lv_point_t
*
point1
,
const
lv_point_t
*
point2
)
;
Implemented in
lv_draw_line.c:45
Arguments
Argument
Description
draw_ctx
dsc
pointer to an initialized `lv_draw_line_dsc_t` variable
point1
first point of the line
point2
second point of the line
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