i2c_oled sample
lv_indev_set_group()
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_indev_set_group()
lv_indev_set_group() function
Set a destination group for a keypad input device (for LV_INDEV_TYPE_KEYPAD)
Syntax
Show:
Summary
Declaration
Definition
from
lv_indev.h:84
void
lv_indev_set_group
(
lv_indev_t
*
indev
,
lv_group_t
*
group
)
;
Implemented in
lv_indev.c:207
Arguments
Argument
Description
indev
pointer to an input device
group
point to a 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