mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix build error
This commit is contained in:
parent
36b05f5d1f
commit
4502d7a879
@ -649,10 +649,12 @@ static void page_init(void)
|
||||
lv_style_set_pad_right(&sb, LV_STATE_DEFAULT, LV_DPX(7));
|
||||
lv_style_set_pad_bottom(&sb, LV_STATE_DEFAULT, LV_DPX(7));
|
||||
|
||||
#if LV_USE_ANIMATION
|
||||
style_init_reset(&edge_flash);
|
||||
lv_style_set_bg_opa(&edge_flash, LV_STATE_DEFAULT, LV_OPA_COVER);
|
||||
lv_style_set_bg_color(&edge_flash, LV_STATE_DEFAULT, lv_color_hex3(0x888));
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
static void textarea_init(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user