Searched refs:LV_OPA_40 (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/demos/music/ |
D | lv_demo_music_list.c | 96 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/ |
D | lv_example_btn_2.c | 20 lv_style_set_border_opa(&style, LV_OPA_40); in lv_example_btn_2()
|
/lvgl-latest/examples/widgets/img/ |
D | lv_example_img_2.c | 58 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/ |
D | test_table.c | 136 …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/ |
D | lv_calendar.c | 307 dsc->rect_dsc->bg_opa = LV_OPA_40; in draw_part_begin_event_cb()
|
/lvgl-latest/src/misc/ |
D | lv_color.h | 47 LV_OPA_40 = 102, enumerator
|
/lvgl-latest/src/extra/themes/default/ |
D | lv_theme_default.c | 241 lv_style_set_bg_opa(&styles->scrollbar, LV_OPA_40); in style_init()
|