File tree 1 file changed +2
-2
lines changed
radio/src/gui/colorlcd/layouts
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
static const lv_style_const_prop_t shadow1_props[] = {
30
30
// LV_STYLE_CONST_SHADOW_COLOR does not compile in GitHub ???
31
- {.prop = LV_STYLE_SHADOW_COLOR, .value {.color {.full = 0 }}},
31
+ {.prop = LV_STYLE_SHADOW_COLOR, .value = {.color = {.full = 0 }}},
32
32
LV_STYLE_CONST_SHADOW_OPA (LV_OPA_20),
33
33
LV_STYLE_CONST_SHADOW_OFS_X (1 ),
34
34
LV_STYLE_CONST_SHADOW_OFS_Y (1 ),
@@ -39,7 +39,7 @@ static LV_STYLE_CONST_MULTI_INIT(shadow1_style, shadow1_props);
39
39
40
40
static const lv_style_const_prop_t shadow2_props[] = {
41
41
// LV_STYLE_CONST_SHADOW_COLOR does not compile in GitHub ???
42
- {.prop = LV_STYLE_SHADOW_COLOR, .value {.color {.full = 0 }}},
42
+ {.prop = LV_STYLE_SHADOW_COLOR, .value = {.color = {.full = 0 }}},
43
43
LV_STYLE_CONST_SHADOW_OPA (LV_OPA_40),
44
44
LV_STYLE_CONST_SHADOW_OFS_X (1 ),
45
45
LV_STYLE_CONST_SHADOW_OFS_Y (1 ),
You can’t perform that action at this time.
0 commit comments