Searched refs:style_scrolled (Results 1 – 1 of 1) sorted by relevance
58 static lv_style_t style_scrolled; in lv_example_scroll_4() local59 lv_style_init(&style_scrolled); in lv_example_scroll_4()60 lv_style_set_width(&style_scrolled, 8); in lv_example_scroll_4()61 lv_style_set_bg_opa(&style_scrolled, LV_OPA_COVER); in lv_example_scroll_4()64 lv_obj_add_style(obj, &style_scrolled, LV_PART_SCROLLBAR | LV_STATE_SCROLLED); in lv_example_scroll_4()