Home
last modified time | relevance | path

Searched refs:LV_OPA_40 (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/demos/music/
Dlv_demo_music_list.c96 lv_style_set_text_opa(&style_btn_dis, LV_OPA_40); in _lv_demo_music_list_create()
97 lv_style_set_img_opa(&style_btn_dis, LV_OPA_40); in _lv_demo_music_list_create()
/lvgl-latest/examples/widgets/btn/
Dlv_example_btn_2.c20 lv_style_set_border_opa(&style, LV_OPA_40); in lv_example_btn_2()
/lvgl-latest/examples/widgets/img/
Dlv_example_img_2.c58 lv_obj_set_style_bg_color(slider, lv_color_darken(color, LV_OPA_40), LV_PART_INDICATOR); in create_slider()
/lvgl-latest/tests/src/test_cases/
Dtest_table.c136 …dsc->bg_color = lv_color_mix(lv_palette_main(LV_PALETTE_BLUE), dsc->rect_dsc->bg_color, LV_OPA_40); in draw_part_event_cb()
/lvgl-latest/src/extra/widgets/calendar/
Dlv_calendar.c307 dsc->rect_dsc->bg_opa = LV_OPA_40; in draw_part_begin_event_cb()
/lvgl-latest/src/misc/
Dlv_color.h47 LV_OPA_40 = 102, enumerator
/lvgl-latest/src/extra/themes/default/
Dlv_theme_default.c241 lv_style_set_bg_opa(&styles->scrollbar, LV_OPA_40); in style_init()