Home
last modified time | relevance | path

Searched refs:LV_PALETTE_BLUE (Results 1 – 25 of 34) sorted by relevance

12

/lvgl-latest/examples/widgets/btn/
Dlv_example_btn_2.c16 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/
Dlv_example_scroll_4.c47 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/
Dlv_example_meter_1.c28 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()
Dlv_example_meter_2.c32 …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/
Dlv_example_style_6.c17 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()
Dlv_example_style_8.c16 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()
Dlv_example_style_5.c19 lv_style_set_shadow_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_style_5()
Dlv_example_style_4.c19 lv_style_set_outline_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_style_4()
Dlv_example_style_3.c18 lv_style_set_border_color(&style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_style_3()
Dlv_example_style_2.c19 grad.stops[1].color = lv_palette_main(LV_PALETTE_BLUE); in lv_example_style_2()
/lvgl-latest/examples/widgets/bar/
Dlv_example_bar_2.c13 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()
Dlv_example_bar_3.c19 lv_style_set_bg_grad_color(&style_indic, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_bar_3()
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_2.c16 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()
Dlv_example_gridnav_1.c17 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/
Dlv_example_btnmatrix_2.c16 …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/
Dlv_example_chart_6.c41 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()
Dlv_example_chart_7.c24 lv_palette_main(LV_PALETTE_BLUE), in draw_event_cb()
/lvgl-latest/examples/widgets/line/
Dlv_example_line_1.c13 lv_style_set_line_color(&style_line, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_line_1()
/lvgl-latest/examples/libs/qrcode/
Dlv_example_qrcode_1.c10 lv_color_t fg_color = lv_palette_darken(LV_PALETTE_BLUE, 4); in lv_example_qrcode_1()
/lvgl-latest/examples/widgets/obj/
Dlv_example_obj_1.c15 lv_style_set_shadow_color(&style_shadow, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_obj_1()
/lvgl-latest/examples/widgets/span/
Dlv_example_span_1.c41 lv_style_set_text_color(&span->style, lv_palette_main(LV_PALETTE_BLUE)); in lv_example_span_1()
/lvgl-latest/examples/widgets/canvas/
Dlv_example_canvas_1.c15 rect_dsc.bg_grad.stops[1].color = lv_palette_main(LV_PALETTE_BLUE); in lv_example_canvas_1()
/lvgl-latest/examples/widgets/table/
Dlv_example_table_1.c16 …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/
Dlv_theme.c107 return th ? th->color_secondary : lv_palette_main(LV_PALETTE_BLUE); in lv_theme_get_color_secondary()
/lvgl-latest/examples/widgets/img/
Dlv_example_img_2.c18 blue_slider = create_slider(lv_palette_main(LV_PALETTE_BLUE)); in lv_example_img_2()

12