i2c_oled sample
lv_area_set()
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_area_set()
lv_area_set() function
STATIC VARIABLES MACROS GLOBAL FUNCTIONS Initialize an area
Syntax
Show:
Summary
Declaration
Definition
from
lv_area.h:103
void
lv_area_set
(
lv_area_t
*
area_p
,
lv_coord_t
x1
,
lv_coord_t
y1
,
lv_coord_t
x2
,
lv_coord_t
y2
)
;
Implemented in
lv_area.c:48
Arguments
Argument
Description
area_p
pointer to an area
x1
left coordinate of the area
y1
top coordinate of the area
x2
right coordinate of the area
y2
bottom coordinate of the area
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