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

Fields

Field
Declared as
Description
struct _lv_obj_t **
Store the pointer of the children in an array.
uint32_t
Number of children.
struct _lv_event_dsc_t *
Dynamically allocated event callback and user data array.
The current X/Y scroll offset.
Extra click padding in all direction.
EXTend the size in every direction for drawing.
How to display scrollbars.
Where to align the snappable children horizontally.
Where to align the snappable children vertically.
lv_dir_t : 4
The allowed scroll direction(s).
uint8_t : 6
Number of event callbacks stored in `event_dsc` array.
uint8_t : 2
Cache the layer type here. Element of @lv_intermediate_layer_type_t.

References

from examples