/lvgl-latest/examples/widgets/btn/ |
D | lv_example_btn_2.c | 16 lv_style_set_bg_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_btn_2() 17 lv_style_set_bg_grad_color(&style, lv_palette_darken(LV_PALETTE_BLUE, 2)); in lv_example_btn_2() 29 lv_style_set_outline_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_btn_2() 44 lv_style_set_bg_color(&style_pr, lv_palette_darken(LV_PALETTE_BLUE, 2)); in lv_example_btn_2() 45 lv_style_set_bg_grad_color(&style_pr, lv_palette_darken(LV_PALETTE_BLUE, 4)); in lv_example_btn_2()
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_4.c | 47 lv_style_set_bg_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_scroll_4() 48 lv_style_set_border_color(&style, lv_palette_darken(LV_PALETTE_BLUE, 3)); in lv_example_scroll_4() 52 lv_style_set_shadow_color(&style, lv_palette_darken(LV_PALETTE_BLUE, 1)); in lv_example_scroll_4()
|
/lvgl-latest/examples/widgets/meter/ |
D | lv_example_meter_1.c | 28 indic = lv_meter_add_arc(meter, scale, 3, lv_palette_main(LV_PALETTE_BLUE), 0); in lv_example_meter_1() 33 …meter_add_scale_lines(meter, scale, lv_palette_main(LV_PALETTE_BLUE), lv_palette_main(LV_PALETTE_B… in lv_example_meter_1()
|
D | lv_example_meter_2.c | 32 …r_indicator_t * indic3 = lv_meter_add_arc(meter, scale, 10, lv_palette_main(LV_PALETTE_BLUE), -20); in lv_example_meter_2()
|
/lvgl-latest/examples/styles/ |
D | lv_example_style_6.c | 17 lv_style_set_border_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_style_6() 19 lv_style_set_img_recolor(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_style_6()
|
D | lv_example_style_8.c | 16 lv_style_set_border_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_style_8() 19 lv_style_set_text_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_style_8()
|
D | lv_example_style_5.c | 19 lv_style_set_shadow_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_style_5()
|
D | lv_example_style_4.c | 19 lv_style_set_outline_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_style_4()
|
D | lv_example_style_3.c | 18 lv_style_set_border_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_style_3()
|
D | lv_example_style_2.c | 19 grad.stops[1].color = lv_palette_main(LV_PALETTE_BLUE); in lv_example_style_2()
|
/lvgl-latest/examples/widgets/bar/ |
D | lv_example_bar_2.c | 13 lv_style_set_border_color(&style_bg, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_bar_2() 21 lv_style_set_bg_color(&style_indic, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_bar_2()
|
D | lv_example_bar_3.c | 19 lv_style_set_bg_grad_color(&style_indic, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_bar_3()
|
/lvgl-latest/examples/others/gridnav/ |
D | lv_example_gridnav_2.c | 16 lv_obj_set_style_bg_color(list1, lv_palette_lighten(LV_PALETTE_BLUE, 5), LV_STATE_FOCUSED); in lv_example_gridnav_2() 32 lv_obj_set_style_bg_color(list2, lv_palette_lighten(LV_PALETTE_BLUE, 5), LV_STATE_FOCUSED); in lv_example_gridnav_2()
|
D | lv_example_gridnav_1.c | 17 lv_obj_set_style_bg_color(cont1, lv_palette_lighten(LV_PALETTE_BLUE, 5), LV_STATE_FOCUSED); in lv_example_gridnav_1() 42 lv_obj_set_style_bg_color(cont2, lv_palette_lighten(LV_PALETTE_BLUE, 5), LV_STATE_FOCUSED); in lv_example_gridnav_1()
|
/lvgl-latest/examples/widgets/btnmatrix/ |
D | lv_example_btnmatrix_2.c | 16 …get_selected_btn(obj) == dsc->id) dsc->rect_dsc->bg_color = lv_palette_darken(LV_PALETTE_BLUE, 3); in event_cb() 17 else dsc->rect_dsc->bg_color = lv_palette_main(LV_PALETTE_BLUE); in event_cb()
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_6.c | 41 draw_rect_dsc.bg_color = lv_palette_main(LV_PALETTE_BLUE); in event_cb() 72 …cursor = lv_chart_add_cursor(chart, lv_palette_main(LV_PALETTE_BLUE), LV_DIR_LEFT | LV_DIR_BOTTOM); in lv_example_chart_6()
|
D | lv_example_chart_7.c | 24 lv_palette_main(LV_PALETTE_BLUE), in draw_event_cb()
|
/lvgl-latest/examples/widgets/line/ |
D | lv_example_line_1.c | 13 lv_style_set_line_color(&style_line, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_line_1()
|
/lvgl-latest/examples/libs/qrcode/ |
D | lv_example_qrcode_1.c | 10 lv_color_t fg_color = lv_palette_darken(LV_PALETTE_BLUE, 4); in lv_example_qrcode_1()
|
/lvgl-latest/examples/widgets/obj/ |
D | lv_example_obj_1.c | 15 lv_style_set_shadow_color(&style_shadow, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_obj_1()
|
/lvgl-latest/examples/widgets/span/ |
D | lv_example_span_1.c | 41 lv_style_set_text_color(&span->style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_span_1()
|
/lvgl-latest/examples/widgets/canvas/ |
D | lv_example_canvas_1.c | 15 rect_dsc.bg_grad.stops[1].color = lv_palette_main(LV_PALETTE_BLUE); in lv_example_canvas_1()
|
/lvgl-latest/examples/widgets/table/ |
D | lv_example_table_1.c | 16 …dsc->rect_dsc->bg_color = lv_color_mix(lv_palette_main(LV_PALETTE_BLUE), dsc->rect_dsc->bg_color, … in draw_part_event_cb()
|
/lvgl-latest/src/core/ |
D | lv_theme.c | 107 return th ? th->color_secondary : lv_palette_main(LV_PALETTE_BLUE); in lv_theme_get_color_secondary()
|
/lvgl-latest/examples/widgets/img/ |
D | lv_example_img_2.c | 18 blue_slider = create_slider(lv_palette_main(LV_PALETTE_BLUE)); in lv_example_img_2()
|