Home
last modified time | relevance | path

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

/lvgl-3.5.0/examples/widgets/label/
Dlv_example_label_2.c12 lv_style_set_text_opa(&style_shadow, LV_OPA_30); in lv_example_label_2()
/lvgl-3.5.0/examples/widgets/bar/
Dlv_example_bar_4.c15 lv_style_set_bg_img_opa(&style_indic, LV_OPA_30); in lv_example_bar_4()
/lvgl-3.5.0/examples/widgets/imgbtn/
Dlv_example_imgbtn_1.c23 lv_style_set_img_recolor_opa(&style_pr, LV_OPA_30); in lv_example_imgbtn_1()
/lvgl-3.5.0/examples/widgets/btnmatrix/
Dlv_example_btnmatrix_2.c60 … if(lv_btnmatrix_get_selected_btn(obj) == dsc->id) img_draw_dsc.recolor_opa = LV_OPA_30; in event_cb()
/lvgl-3.5.0/tests/src/test_cases/
Dtest_table.c146 …_dsc->bg_color = lv_color_mix(lv_palette_main(LV_PALETTE_RED), dsc->rect_dsc->bg_color, LV_OPA_30); in draw_part_event_cb()
/lvgl-3.5.0/src/misc/
Dlv_color.h46 LV_OPA_30 = 76, enumerator
/lvgl-3.5.0/src/core/
Dlv_refr.c156 draw_dsc.border_opa = LV_OPA_30; in lv_obj_redraw()