rgb_panel sample
lv_text_set_text_vfmt()
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_text_set_text_vfmt()
lv_text_set_text_vfmt() function
return a new formatted text. Memory will be allocated to store the text.
Syntax
Show:
Summary
Declaration
Definition
from
lv_text_private.h:71
char
*
lv_text_set_text_vfmt
(
const
char
*
fmt
,
va_list
ap
)
LV_FORMAT_ATTRIBUTE
;
Implemented in
lv_text.c:409
Arguments
Argument
Description
fmt
`printf`-like format
ap
items to print
Return value
pointer to the allocated text string.
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