rgb_panel sample
lv_pct()
is only used within rgb_panel 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
rgb_panel sample
lv_pct()
lv_pct() function
Convert a percentage value to `int32_t`. Percentage values are stored in special range
Syntax
Show:
Summary
Declaration
Definition
from
lv_area.h:246
int32_t
lv_pct
(
int32_t
x
)
;
Implemented in
lv_area.c:566
Arguments
Argument
Description
x
the percentage (0..1000)
Return value
a coordinate that stores the percentage
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