rgb_panel sample
lv_grad_extend_t
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_grad_extend_t
lv_grad_extend_t enum
Syntax
Show:
Summary
Declaration
from
lv_style.h:124
enum
{
LV_GRAD_EXTEND_PAD
,
LV_GRAD_EXTEND_REPEAT
,
LV_GRAD_EXTEND_REFLECT
,
}
;
Values
Value
Declared as
Description
lv_grad_extend_t::LV_GRAD_EXTEND_PAD
Repeat the same color.
lv_grad_extend_t::LV_GRAD_EXTEND_REPEAT
Repeat the pattern.
lv_grad_extend_t::LV_GRAD_EXTEND_REFLECT
Repeat the pattern mirrored.
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