i2c_oled sample
_lv_txt_set_text_vfmt()
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_txt_set_text_vfmt()
_lv_txt_set_text_vfmt() function
return a new formatted text. Memory will be allocated to store the text.
Syntax
Show:
Summary
Declaration
Definition
from
lv_txt.h:147
char
*
_lv_txt_set_text_vfmt
(
const
char
*
fmt
,
va_list
ap
)
LV_FORMAT_ATTRIBUTE
;
Implemented in
lv_txt.c:450
Arguments
Argument
Description
fmt
`printf`-like format
ap
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