i2c_oled sample
lv_map()
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_map()
lv_map() function
Get the mapped of a number given an input and output range
Syntax
Show:
Summary
Declaration
Definition
from
lv_math.h:108
int32_t
lv_map
(
int32_t
x
,
int32_t
min_in
,
int32_t
max_in
,
int32_t
min_out
,
int32_t
max_out
)
;
Implemented in
lv_math.c:236
Arguments
Argument
Description
x
integer which mapped value should be calculated
min_in
min input range
max_in
max input range
min_out
max output range
max_out
max output range
Return value
the mapped number
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