i2c_oled sample
lv_atan2()
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_atan2()
lv_atan2() function
Calculate the atan2 of a vector.
Syntax
Show:
Summary
Declaration
Definition
from
lv_math.h:73
uint16_t
lv_atan2
(
int
x
,
int
y
)
;
Implemented in
lv_math.c:132
Arguments
Argument
x
y
Return value
the angle in degree calculated from the given parameters in range of [0..360]
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