feat(color): use colors from material design
Use function instead of color macros
This commit is contained in:
@@ -9,7 +9,7 @@ void lv_example_style_11(void)
|
||||
static lv_style_t style;
|
||||
lv_style_init(&style);
|
||||
|
||||
lv_style_set_arc_color(&style, LV_COLOR_RED);
|
||||
lv_style_set_arc_color(&style, lv_color_red());
|
||||
lv_style_set_arc_width(&style, 4);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user