lv_obj_spec_attr_t is only used within rgb_panel sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
int32_t
EXTend the size in every direction for drawing.
uint16_t
Number of children.
uint16_t : 2
How to display scrollbars, see `lv_scrollbar_mode_t`.
uint16_t : 2
Where to align the snappable children horizontally, see `lv_scroll_snap_t`.
uint16_t : 2
Where to align the snappable children vertically.
uint16_t : 4
The allowed scroll direction(s), see `lv_dir_t`.
uint16_t : 2
Cache the layer type here. Element of lv_intermediate_layer_type_t.
Store the pointer of the children in an array.
The current X/Y scroll offset.
int32_t
Extra click padding in all direction.

References

from examples