rgb_panel sample
lv_spangroup_t
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_spangroup_t
lv_spangroup_t struct
Data of label
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:236
typedef
struct
lv_spangroup_t
lv_spangroup_t
;
Implemented in
lv_span_private.h:38
Fields
Field
Declared as
Description
lv_spangroup_t::obj
lv_obj_t
lv_spangroup_t::lines
int32_t
lv_spangroup_t::indent
int32_t
first line indent.
lv_spangroup_t::cache_w
int32_t
the cache automatically calculates the width.
lv_spangroup_t::cache_h
int32_t
similar cache_w.
lv_spangroup_t::child_ll
lv_ll_t
lv_spangroup_t::mode
uint32_t
:
2
details see lv_span_mode_t.
lv_spangroup_t::overflow
uint32_t
:
1
details see lv_span_overflow_t.
lv_spangroup_t::refresh
uint32_t
:
1
the spangroup need refresh cache_w and cache_h.
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