Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_bg_opa (Results 1 – 25 of 61) sorted by relevance

123

/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c45 lv_obj_set_style_bg_opa(main_cont, 0, 0); in lv_demo_ebike_settings_create()
67 lv_obj_set_style_bg_opa(cont, 0, 0); in left_cont_create()
100 lv_obj_set_style_bg_opa(cont, 0, 0); in slider_create()
114 lv_obj_set_style_bg_opa(slider, LV_OPA_30, 0); in slider_create()
133 lv_obj_set_style_bg_opa(cont, 0, 0); in switch_create()
166 lv_obj_set_style_bg_opa(cont, 0, 0); in dropdown_create()
182 lv_obj_set_style_bg_opa(dd, LV_OPA_40, 0); in dropdown_create()
191 lv_obj_set_style_bg_opa(list, LV_OPA_COVER, 0); in dropdown_create()
193 lv_obj_set_style_bg_opa(list, LV_OPA_20, LV_PART_SELECTED | LV_STATE_CHECKED); in dropdown_create()
195 lv_obj_set_style_bg_opa(list, LV_OPA_40, LV_PART_SELECTED | LV_STATE_PRESSED); in dropdown_create()
[all …]
Dlv_demo_ebike_home.c68 lv_obj_set_style_bg_opa(main_cont, 0, 0); in lv_demo_ebike_home_create()
148 lv_obj_set_style_bg_opa(main_cont, 0, 0); in info_box_create()
176 lv_obj_set_style_bg_opa(left_cont, 0, 0); in left_cont_create()
201 lv_obj_set_style_bg_opa(arc, LV_OPA_0, LV_PART_KNOB); in left_cont_create()
213 lv_obj_set_style_bg_opa(obj, LV_OPA_0, 0); in left_cont_create()
240 lv_obj_set_style_bg_opa(dashboard_center_cont, 0, 0); in left_cont_create()
252 lv_obj_set_style_bg_opa(top_cont, 0, 0); in left_cont_create()
272 lv_obj_set_style_bg_opa(roller_cont, 0, 0); in left_cont_create()
287 lv_obj_set_style_bg_opa(bottom_cont, 0, 0); in left_cont_create()
309 lv_obj_set_style_bg_opa(roller, 0, LV_PART_MAIN); in roller_create()
[all …]
Dlv_demo_ebike_stats.c84 lv_obj_set_style_bg_opa(main_cont, 0, 0); in lv_demo_ebike_stats_create()
107 lv_obj_set_style_bg_opa(left_cont, 0, 0); in left_cont_create()
150 lv_obj_set_style_bg_opa(btnm, 0, 0); in tabs_create()
151 lv_obj_set_style_bg_opa(btnm, 0, LV_PART_ITEMS); in tabs_create()
232 lv_obj_set_style_bg_opa(cont, 0, 0); in data_cont_create()
473 lv_obj_set_style_bg_opa(cont, 0, 0); in chart_create()
485 lv_obj_set_style_bg_opa(chart, LV_OPA_COVER, LV_PART_INDICATOR); in chart_create()
492 lv_obj_set_style_bg_opa(chart, 0, 0); in chart_create()
529 lv_obj_set_style_bg_opa(cont, 0, 0); in stat_card_create()
545 lv_obj_set_style_bg_opa(cont, 0, 0); in stat_cont_create()
[all …]
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_control.c59 lv_obj_set_style_bg_opa(control_screen, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_control_create()
100 lv_obj_set_style_bg_opa(control_music_play, 255, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
114 lv_obj_set_style_bg_opa(control_music_previous, 255, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
128 lv_obj_set_style_bg_opa(control_music_next, 255, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
145 lv_obj_set_style_bg_opa(control_bluetooth_icon, 255, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
157 lv_obj_set_style_bg_opa(control_brightness, 150, LV_PART_MAIN | LV_STATE_DEFAULT); in control_screen_create()
160 lv_obj_set_style_bg_opa(control_brightness, 255, LV_PART_INDICATOR | LV_STATE_DEFAULT); in control_screen_create()
162 lv_obj_set_style_bg_opa(control_brightness, 0, LV_PART_KNOB | LV_STATE_DEFAULT); in control_screen_create()
187 lv_obj_set_style_bg_opa(control_volume_up, 255, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
201 lv_obj_set_style_bg_opa(control_volume_down, 255, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
Dlv_demo_smartwatch_home.c106 lv_obj_set_style_bg_opa(home_panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_home_create()
284 lv_obj_set_style_bg_opa(face_item, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface()
322 lv_obj_set_style_bg_opa(clock_screen, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
400 lv_obj_set_style_bg_opa(alert_panel, 240, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
438 lv_obj_set_style_bg_opa(face_select, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
458 lv_obj_set_style_bg_opa(hint_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
475 lv_obj_set_style_bg_opa(hint_up, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
487 lv_obj_set_style_bg_opa(hint_down, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
499 lv_obj_set_style_bg_opa(hint_left, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
511 lv_obj_set_style_bg_opa(hint_right, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
Dlv_demo_smartwatch_settings.c85 lv_obj_set_style_bg_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_slider()
138 lv_obj_set_style_bg_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_toggle()
196 lv_obj_set_style_bg_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown()
215 lv_obj_set_style_bg_opa(dropdown, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown()
221 lv_obj_set_style_bg_opa(lv_dropdown_get_list(dropdown), 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown()
254 lv_obj_set_style_bg_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_label()
470 lv_obj_set_style_bg_opa(settings_screen, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_settings()
482 lv_obj_set_style_bg_opa(settings_list, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_settings()
Dlv_demo_smartwatch.c382 lv_obj_set_style_bg_opa(home_tile, 55, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_create_home_tile()
408 lv_obj_set_style_bg_opa(dialog_window, 150, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
425 lv_obj_set_style_bg_opa(dialog_panel, 235, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
487 lv_obj_set_style_bg_opa(hint_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
504 lv_obj_set_style_bg_opa(hint_up, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
519 lv_obj_set_style_bg_opa(hint_down, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
534 lv_obj_set_style_bg_opa(hint_left, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
549 lv_obj_set_style_bg_opa(hint_right, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
Dlv_demo_smartwatch_qr.c124 lv_obj_set_style_bg_opa(qr_item, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_qr_list_add()
146 lv_obj_set_style_bg_opa(qr_image, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_qr_list_add()
179 lv_obj_set_style_bg_opa(qr_panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in qr_screen_create()
Dlv_demo_smartwatch_list.c80 lv_obj_set_style_bg_opa(app_list_screen, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_list_create()
174 lv_obj_set_style_bg_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in add_external_app()
215 lv_obj_set_style_bg_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in add_app_list()
259 lv_obj_set_style_bg_opa(app_list, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_list()
Dlv_demo_smartwatch_notifications.c116 lv_obj_set_style_bg_opa(notification_item, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_notification()
312 lv_obj_set_style_bg_opa(notification_screen, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
328 lv_obj_set_style_bg_opa(message_panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
370 lv_obj_set_style_bg_opa(message_list, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
Dlv_demo_smartwatch_weather.c139 lv_obj_set_style_bg_opa(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_daily()
191 lv_obj_set_style_bg_opa(panel, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly()
258 lv_obj_set_style_bg_opa(weather_screen, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
268 lv_obj_set_style_bg_opa(weather_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
323 lv_obj_set_style_bg_opa(weather_forecast_daily, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
351 lv_obj_set_style_bg_opa(weather_forecast_hourly, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_thermostat.c175 lv_obj_set_style_bg_opa(chart, LV_OPA_TRANSP, 0); in create_widget1()
283 lv_obj_set_style_bg_opa(minus, LV_OPA_COVER, 0); in create_widget2_value()
301 lv_obj_set_style_bg_opa(plus, LV_OPA_COVER, 0); in create_widget2_value()
336 lv_obj_set_style_bg_opa(slider_box, LV_OPA_20, 0); in create_widget2()
342 lv_obj_set_style_bg_opa(slider_left, LV_OPA_TRANSP, 0); in create_widget2()
355 lv_obj_set_style_bg_opa(slider_right, LV_OPA_TRANSP, 0); in create_widget2()
407 lv_obj_set_style_bg_opa(setting, active ? LV_OPA_60 : LV_OPA_20, 0); in create_widget3_setting()
417 lv_obj_set_style_bg_opa(icon, active ? LV_OPA_COVER : LV_OPA_40, 0); in create_widget3_setting()
439 lv_obj_set_style_bg_opa(setting1, LV_OPA_60, 0); in widget3_setting_clicked_cb()
440 lv_obj_set_style_bg_opa(lv_obj_get_child(setting1, 0), LV_OPA_COVER, 0); in widget3_setting_clicked_cb()
[all …]
Dlv_demo_high_res_top_margin.c221 lv_obj_set_style_bg_opa(settings, LV_OPA_COVER, 0); in create_wifi()
315 lv_obj_set_style_bg_opa(settings, LV_OPA_COVER, 0); in create_settings()
327lv_obj_set_style_bg_opa(celsius_label_cont, 255 * lv_subject_get_int(&c->temperature_units_are_cel… in create_settings()
330lv_obj_set_style_bg_opa(fahrenheit_label_cont, 255 * !lv_subject_get_int(&c->temperature_units_are… in create_settings()
363 lv_obj_set_style_bg_opa(celsius, LV_OPA_COVER, 0); in setting_clicked_cb()
364 lv_obj_set_style_bg_opa(fahrenheit, LV_OPA_TRANSP, 0); in setting_clicked_cb()
368 lv_obj_set_style_bg_opa(fahrenheit, LV_OPA_COVER, 0); in setting_clicked_cb()
369 lv_obj_set_style_bg_opa(celsius, LV_OPA_TRANSP, 0); in setting_clicked_cb()
Dlv_demo_high_res_app_smart_home.c159 lv_obj_set_style_bg_opa(main_temp_box, LV_OPA_20, 0); in create_widget1()
306 lv_obj_set_style_bg_opa(slider, 0, LV_PART_INDICATOR); in create_widget2()
311 lv_obj_set_style_bg_opa(slider, LV_OPA_30, 0); in create_widget2()
365 lv_obj_set_style_bg_opa(slider, 30, 0); in create_widget3()
436 lv_obj_set_style_bg_opa(temperature_slider, LV_OPA_TRANSP, 0); in create_widget4()
437 lv_obj_set_style_bg_opa(temperature_slider, LV_OPA_TRANSP, LV_PART_INDICATOR); in create_widget4()
462 lv_obj_set_style_bg_opa(slider, 30, 0); in create_widget4()
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_2.c24 lv_obj_set_style_bg_opa(item, 0, 0); in lv_example_gridnav_2()
38 lv_obj_set_style_bg_opa(item, 0, 0); in lv_example_gridnav_2()
/lvgl-latest/examples/others/snapshot/
Dlv_example_snapshot_1.c32 lv_obj_set_style_bg_opa(snapshot_obj, LV_OPA_100, 0); in lv_example_snapshot_1()
50 lv_obj_set_style_bg_opa(img, LV_OPA_COVER, 0); in lv_example_snapshot_1()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_bar.c155 lv_obj_set_style_bg_opa(screen, LV_OPA_100, 0); in test_bar_normal()
161 lv_obj_set_style_bg_opa(test_bar, LV_OPA_30, LV_PART_MAIN); in test_bar_normal()
173 lv_obj_set_style_bg_opa(test_bar, LV_OPA_30, LV_PART_MAIN); in test_bar_normal()
187 lv_obj_set_style_bg_opa(test_bar, LV_OPA_30, LV_PART_MAIN); in test_bar_normal()
199 lv_obj_set_style_bg_opa(test_bar, LV_OPA_30, LV_PART_MAIN); in test_bar_normal()
334 lv_obj_set_style_bg_opa(bar, 255, LV_PART_MAIN); in styled_bar_create()
339 lv_obj_set_style_bg_opa(bar, LV_OPA_70, LV_PART_INDICATOR); in styled_bar_create()
/lvgl-latest/examples/widgets/scale/
Dlv_example_scale_3.c28 lv_obj_set_style_bg_opa(scale_line, LV_OPA_COVER, 0); in lv_example_scale_3()
65 lv_obj_set_style_bg_opa(scale_img, LV_OPA_COVER, 0); in lv_example_scale_3()
Dlv_example_scale_8.c13 lv_obj_set_style_bg_opa(scale_line, LV_OPA_COVER, 0); in lv_example_scale_8()
/lvgl-latest/tests/src/test_cases/draw/
Dtest_clip_corner.c37 lv_obj_set_style_bg_opa(label, LV_OPA_20, 0); in create_panel()
/lvgl-latest/examples/others/fragment/
Dlv_example_fragment_1.c48 lv_obj_set_style_bg_opa(label, LV_OPA_COVER, 0);; in sample_fragment_create_obj()
/lvgl-latest/examples/widgets/tabview/
Dlv_example_tabview_2.c28 lv_obj_set_style_bg_opa(tab2, LV_OPA_COVER, 0); in lv_example_tabview_2()
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c108 lv_obj_set_style_bg_opa(obj, LV_OPA_COVER, 0); in single_rectangle_cb()
125 lv_obj_set_style_bg_opa(obj, LV_OPA_COVER, 0); in multiple_rectangles_cb()
302 lv_obj_set_style_bg_opa(obj, 0, LV_PART_KNOB); in multiple_arcs_cb()
358 lv_obj_set_style_bg_opa(lv_layer_top(), LV_OPA_50, 0); in containers_with_overlay_cb()
495 lv_obj_set_style_bg_opa(scr, LV_OPA_COVER, 0); in lv_demo_benchmark()
503 lv_obj_set_style_bg_opa(title, LV_OPA_COVER, 0); in lv_demo_benchmark()
542 lv_obj_set_style_bg_opa(lv_layer_top(), LV_OPA_TRANSP, 0); in load_scene()
/lvgl-latest/tests/src/test_cases/
Dtest_hover.c71 lv_obj_set_style_bg_opa(btn, 128, LV_PART_MAIN | LV_STATE_HOVERED); in test_hover_basic()
/lvgl-latest/examples/widgets/msgbox/
Dlv_example_msgbox_2.c61 lv_obj_set_style_bg_opa(footer, LV_OPA_100, 0); in lv_example_msgbox_2()

123