/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_home.c | 152 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 …]
|
D | lv_demo_high_res_app_thermostat.c | 192 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 …]
|
D | lv_demo_high_res_app_ev_charging.c | 383 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/ |
D | lv_example_roller_3.c | 10 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/ |
D | lv_draw_triangle.c | 45 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/ |
D | test_imagebutton.c | 31 lv_obj_set_style_text_color(imagebutton1, lv_color_white(), 0); in test_imagebutton_basic_appearance()
|
D | test_checkbox.c | 107 lv_obj_set_style_bg_color(screen, lv_color_white(), 0); in test_checkbox_rtl()
|
/lvgl-latest/examples/widgets/imagebutton/ |
D | lv_example_imagebutton_1.c | 17 lv_style_set_text_color(&style_def, lv_color_white()); in lv_example_imagebutton_1()
|
/lvgl-latest/examples/styles/ |
D | lv_example_style_11.c | 19 lv_style_set_text_color(&style_base, lv_color_white()); in lv_example_style_11()
|
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_4.c | 21 label_dsc.color = lv_color_white(); in generate_mask()
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_barcode.c | 29 lv_color_t light_color = lv_color_white(); in test_barcode_normal()
|
/lvgl-latest/examples/widgets/button/ |
D | lv_example_button_2.c | 31 lv_style_set_text_color(&style, lv_color_white()); in lv_example_button_2()
|
/lvgl-latest/examples/widgets/canvas/ |
D | lv_example_canvas_9.c | 17 lv_canvas_fill_bg(canvas, lv_color_white(), LV_OPA_COVER); in timer_cb()
|
D | lv_example_canvas_10.c | 17 lv_canvas_fill_bg(canvas, lv_color_white(), LV_OPA_COVER); in timer_cb()
|
D | lv_example_canvas_1.c | 20 rect_dsc.border_color = lv_color_white(); in lv_example_canvas_1()
|
/lvgl-latest/examples/widgets/bar/ |
D | lv_example_bar_6.c | 40 label_dsc.color = lv_color_white(); in event_cb()
|
/lvgl-latest/examples/widgets/buttonmatrix/ |
D | lv_example_buttonmatrix_2.c | 32 label_draw_dsc->color = lv_color_white(); in event_cb()
|
/lvgl-latest/examples/widgets/scale/ |
D | lv_example_scale_6.c | 112 lv_obj_set_style_line_color(minute_hand, lv_color_white(), 0); in lv_example_scale_6()
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_3.c | 53 draw_label_dsc.color = lv_color_white(); in event_cb()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_stats.c | 159 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/ |
D | lv_demo_music.c | 220 lv_obj_set_style_text_color(bg, lv_color_white(), 0); in auto_step_cb()
|
/lvgl-latest/examples/widgets/table/ |
D | lv_example_table_2.c | 32 rect_dsc.bg_color = lv_color_white(); in draw_event_cb()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_style.c | 125 lv_style_set_outline_color(&style, lv_color_white()); in test_style_has_prop()
|
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_draw_pxp_layer.c | 151 label_dsc.color = lv_color_white(); in lv_draw_pxp_layer()
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_layer.c | 151 label_dsc.color = lv_color_white(); in lv_draw_vglite_layer()
|