Searched refs:style_icon (Results 1 – 1 of 1) sorted by relevance
66 static lv_style_t style_icon; variable158 lv_style_init(&style_icon); in lv_demo_widgets()159 lv_style_set_text_color(&style_icon, lv_theme_get_color_primary(NULL)); in lv_demo_widgets()160 lv_style_set_text_font(&style_icon, font_large); in lv_demo_widgets()222 lv_obj_add_style(email_icn, &style_icon, 0); in profile_create()229 lv_obj_add_style(call_icn, &style_icon, 0); in profile_create()1091 lv_style_set_text_color(&style_icon, color); in color_event_cb()