lv_group_t is only used within i2c_oled sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Linked list to store the objects in the group.
struct _lv_obj_t **
The object in focus.
A function to call when a new object is focused (optional).
A function to call when an edge is reached, no more focus targets are available in this direction (to allow edge feedback like a sound or a scroll bounce).
void *
uint8_t : 1
1: can't focus to new object.
uint8_t : 1
1: Edit mode, 0: Navigate mode.
uint8_t : 1
1: Focus prev if focused on deletion. 0: Focus next if focused on deletion.
uint8_t : 1
1: Focus next/prev can wrap at end of list. 0: Focus next/prev stops at end of list.

References

from examples