i80_controller sample
COLOR_DIM
is only used within i80_controller 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
i80_controller sample
COLOR_DIM
COLOR_DIM macro
Syntax
Show:
Summary
Declaration
from
lv_theme_simple.c:30
#define
COLOR_DIM
lv_palette_darken
(
LV_PALETTE_GREY
,
2
)
Examples
References
from
examples
Code
Location
#define
COLOR_DIM
lv_palette_darken
(
LV_PALETTE_GREY
,
2
)
lv_theme_simple.c:30
lv_style_set_text_color
(
&
theme
->
styles
.
scr
,
COLOR_DIM
)
;
lv_theme_simple.c:87
lv_style_set_bg_color
(
&
theme
->
styles
.
dim
,
COLOR_DIM
)
;
lv_theme_simple.c:118
lv_style_set_line_color
(
&
theme
->
styles
.
dim
,
COLOR_DIM
)
;
lv_theme_simple.c:120
lv_style_set_arc_color
(
&
theme
->
styles
.
dim
,
COLOR_DIM
)
;
lv_theme_simple.c:122
lv_style_set_border_color
(
&
theme
->
styles
.
ta_cursor
,
COLOR_DIM
)
;
lv_theme_simple.c:134
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