i2c_oled sample
lv_label_is_char_under_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_is_char_under_pos()
lv_label_is_char_under_pos() function
Check if a character is drawn under a point.
Syntax
Show:
Summary
Declaration
Definition
from
lv_label.h:198
bool
lv_label_is_char_under_pos
(
const
lv_obj_t
*
obj
,
lv_point_t
*
pos
)
;
Implemented in
lv_label.c:524
Arguments
Argument
Description
obj
pointer to a label object
pos
Point to check for character under
Return value
whether a character is drawn under the point
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