i2c_oled sample
lv_group_send_data()
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_group_send_data()
lv_group_send_data() function
Send a control character to the focuses object of a group
Syntax
Show:
Summary
Declaration
Definition
from
lv_group.h:177
lv_res_t
lv_group_send_data
(
lv_group_t
*
group
,
uint32_t
c
)
;
Implemented in
lv_group.c:287
Arguments
Argument
Description
group
pointer to a group
c
a character (use LV_KEY_.. to navigate)
Return value
result of focused object in group.
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