Searched refs:style_icon (Results 1 – 1 of 1) sorted by relevance
64 static lv_style_t style_icon; variable153 lv_style_init(&style_icon); in lv_demo_widgets()154 lv_style_set_text_color(&style_icon, lv_theme_get_color_primary(NULL)); in lv_demo_widgets()155 lv_style_set_text_font(&style_icon, font_large); in lv_demo_widgets()217 lv_obj_add_style(email_icn, &style_icon, 0); in profile_create()224 lv_obj_add_style(call_icn, &style_icon, 0); in profile_create()1071 lv_style_set_text_color(&style_icon, color); in color_event_cb()