i2c_oled sample
lv_label_get_letter_pos()
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_label_get_letter_pos()
lv_label_get_letter_pos() function
Get the relative x and y coordinates of a letter
Syntax
Show:
Summary
Declaration
Definition
from
lv_label.h:181
void
lv_label_get_letter_pos
(
const
lv_obj_t
*
obj
,
uint32_t
char_id
,
lv_point_t
*
pos
)
;
Implemented in
lv_label.c:286
Arguments
Argument
Description
obj
pointer to a label object
char_id
pos
store the result here (E.g. index = 0 gives 0;0 coordinates if the text if aligned to the left)
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