Home
last modified time | relevance | path

Searched refs:lv_color_white (Results 1 – 25 of 54) sorted by relevance

123

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c152 lv_obj_set_style_text_color(top_label, lv_color_white(), 0); in create_widget1()
158 lv_obj_set_style_bg_color(main_temp_box, lv_color_white(), 0); in create_widget1()
164 lv_obj_set_style_text_color(main_temp, lv_color_white(), 0); in create_widget1()
173 lv_obj_set_style_text_color(outdoor_temp, lv_color_white(), 0); in create_widget1()
179 lv_obj_set_style_text_color(outdoor_label, lv_color_white(), 0); in create_widget1()
217 lv_obj_set_style_text_color(top_label, lv_color_white(), 0); in create_widget_charging()
235 lv_obj_set_style_arc_color(arc, lv_color_white(), 0); in create_widget_charging()
236 lv_obj_set_style_arc_color(arc, lv_color_white(), LV_PART_INDICATOR); in create_widget_charging()
242 lv_obj_set_style_text_color(percent_label, lv_color_white(), 0); in create_widget_charging()
254 lv_obj_set_style_text_color(time_to_full_num_label, lv_color_white(), 0); in create_widget_charging()
[all …]
Dlv_demo_high_res_app_thermostat.c192 lv_chart_series_t * ser = lv_chart_add_series(chart, lv_color_white(), LV_CHART_AXIS_PRIMARY_Y); in create_widget1()
282 lv_obj_set_style_bg_color(minus, lv_color_white(), 0); in create_widget2_value()
300 lv_obj_set_style_bg_color(plus, lv_color_white(), 0); in create_widget2_value()
335 lv_obj_set_style_bg_color(slider_box, lv_color_white(), 0); in create_widget2()
343 lv_obj_set_style_bg_color(slider_left, lv_color_white(), LV_PART_INDICATOR); in create_widget2()
356 lv_obj_set_style_bg_color(slider_right, lv_color_white(), LV_PART_INDICATOR); in create_widget2()
406 lv_obj_set_style_bg_color(setting, lv_color_white(), 0); in create_widget3_setting()
416 lv_obj_set_style_bg_color(icon, lv_color_white(), 0); in create_widget3_setting()
518 lv_obj_set_style_line_color(scale, lv_color_white(), LV_PART_ITEMS); in create_widget3()
523 lv_obj_set_style_line_color(scale, lv_color_white(), LV_PART_INDICATOR); in create_widget3()
[all …]
Dlv_demo_high_res_app_ev_charging.c383 lv_chart_series_t * ser = lv_chart_add_series(chart, lv_color_white(), LV_CHART_AXIS_PRIMARY_Y); in create_widget2()
452 lv_obj_set_style_bg_color(info, lv_color_white(), 0); in create_widget3_info()
462 lv_obj_set_style_image_recolor(img, lv_color_white(), 0); in create_widget3_info()
467 lv_obj_set_style_text_color(label, lv_color_white(), 0); in create_widget3_info()
473 lv_obj_set_style_text_color(label_number, lv_color_white(), 0); in create_widget3_info()
478 lv_obj_set_style_text_color(label_unit, lv_color_white(), 0); in create_widget3_info()
505 lv_obj_set_style_text_color(top_label, lv_color_white(), 0); in create_widget3()
517 lv_obj_set_style_arc_color(arc, lv_color_white(), 0); in create_widget3()
518 lv_obj_set_style_arc_color(arc, lv_color_white(), LV_PART_INDICATOR); in create_widget3()
527 lv_obj_set_style_text_color(percent_label, lv_color_white(), 0); in create_widget3()
[all …]
/lvgl-latest/examples/widgets/roller/
Dlv_example_roller_3.c10 lv_canvas_fill_bg(canvas, lv_color_white(), LV_OPA_TRANSP); in generate_mask()
20 rect_dsc.bg_grad.stops[1].color = lv_color_white(); in generate_mask()
28 rect_dsc.bg_grad.stops[0].color = lv_color_white(); in generate_mask()
48 lv_style_set_text_color(&style, lv_color_white()); in lv_example_roller_3()
/lvgl-latest/src/draw/
Dlv_draw_triangle.c45 dsc->bg_color = lv_color_white(); in lv_draw_triangle_dsc_init()
46 dsc->bg_grad.stops[0].color = lv_color_white(); in lv_draw_triangle_dsc_init()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_imagebutton.c31 lv_obj_set_style_text_color(imagebutton1, lv_color_white(), 0); in test_imagebutton_basic_appearance()
Dtest_checkbox.c107 lv_obj_set_style_bg_color(screen, lv_color_white(), 0); in test_checkbox_rtl()
/lvgl-latest/examples/widgets/imagebutton/
Dlv_example_imagebutton_1.c17 lv_style_set_text_color(&style_def, lv_color_white()); in lv_example_imagebutton_1()
/lvgl-latest/examples/styles/
Dlv_example_style_11.c19 lv_style_set_text_color(&style_base, lv_color_white()); in lv_example_style_11()
/lvgl-latest/examples/widgets/label/
Dlv_example_label_4.c21 label_dsc.color = lv_color_white(); in generate_mask()
/lvgl-latest/tests/src/test_cases/libs/
Dtest_barcode.c29 lv_color_t light_color = lv_color_white(); in test_barcode_normal()
/lvgl-latest/examples/widgets/button/
Dlv_example_button_2.c31 lv_style_set_text_color(&style, lv_color_white()); in lv_example_button_2()
/lvgl-latest/examples/widgets/canvas/
Dlv_example_canvas_9.c17 lv_canvas_fill_bg(canvas, lv_color_white(), LV_OPA_COVER); in timer_cb()
Dlv_example_canvas_10.c17 lv_canvas_fill_bg(canvas, lv_color_white(), LV_OPA_COVER); in timer_cb()
Dlv_example_canvas_1.c20 rect_dsc.border_color = lv_color_white(); in lv_example_canvas_1()
/lvgl-latest/examples/widgets/bar/
Dlv_example_bar_6.c40 label_dsc.color = lv_color_white(); in event_cb()
/lvgl-latest/examples/widgets/buttonmatrix/
Dlv_example_buttonmatrix_2.c32 label_draw_dsc->color = lv_color_white(); in event_cb()
/lvgl-latest/examples/widgets/scale/
Dlv_example_scale_6.c112 lv_obj_set_style_line_color(minute_hand, lv_color_white(), 0); in lv_example_scale_6()
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_3.c53 draw_label_dsc.color = lv_color_white(); in event_cb()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c159 lv_obj_set_style_text_color(btnm, lv_color_white(), LV_PART_ITEMS); in tabs_create()
234 lv_obj_set_style_text_color(cont, lv_color_white(), 0); in data_cont_create()
322 label_dsc.color = lv_color_white(); in chart_draw_event_cb()
504 lv_chart_series_t * ser = lv_chart_add_series(chart, lv_color_white(), 0); in chart_create()
/lvgl-latest/demos/music/
Dlv_demo_music.c220 lv_obj_set_style_text_color(bg, lv_color_white(), 0); in auto_step_cb()
/lvgl-latest/examples/widgets/table/
Dlv_example_table_2.c32 rect_dsc.bg_color = lv_color_white(); in draw_event_cb()
/lvgl-latest/tests/src/test_cases/
Dtest_style.c125 lv_style_set_outline_color(&style, lv_color_white()); in test_style_has_prop()
/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_pxp_layer.c151 label_dsc.color = lv_color_white(); in lv_draw_pxp_layer()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_layer.c151 label_dsc.color = lv_color_white(); in lv_draw_vglite_layer()

123