Home
last modified time | relevance | path

Searched refs:STYLE_COLOR_ACCENT (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c119 lv_obj_add_style(weather_label, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_home()
193 lv_obj_add_style(light_theme_icon, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_OBJ], 0); in lv_demo_high_res_home()
202 lv_obj_add_style(dark_theme_icon, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_OBJ], 0); in lv_demo_high_res_home()
246 lv_obj_add_style(app_card, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_OBJ], 0); in app_card_create()
262 lv_obj_add_style(icon, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_A8_IMG], 0); in app_card_create()
Dlv_demo_high_res_private.h105 STYLE_COLOR_ACCENT, enumerator
Dlv_demo_high_res_app_about.c197 lv_obj_add_style(button, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_OBJ], 0); in create_button()
Dlv_demo_high_res_util.c531 lv_color_t color_inv = i == STYLE_COLOR_ACCENT ? th->accent : th_other->base; in theme_observer_cb()