Lines Matching refs:be
12 (indicator) can be touch-adjusted.
39 A new value can be set using :cpp:expr:`lv_arc_set_value(arc, new_value)`. The
41 be modified with :cpp:expr:`lv_arc_set_range(arc, min, max)`. The default range
53 degrees increasing in the clockwise direction. The angle values should be in
59 An offset to the 0-degree position can be added with
65 The Arc can be one of the following modes:
72 The mode can be set by :cpp:expr:`lv_arc_set_mode(arc, LV_ARC_MODE_...)` and
81 degrees/second units and can be set with
87 Changing the knob offset allows the location of the knob to be moved
88 relative to the end of the Arc. The knob offset can be set by
89 :cpp:expr:`lv_arc_set_knob_offset(arc, offset_angle)`, and will only be visible if
120 As usual :cpp:func:`lv_obj_set_ext_click_area` can be used to increase
124 If :cpp:enumerator:`LV_OBJ_FLAG_ADV_HITTEST` is enabled the Arc will be sensitive only
133 Another Widget can be positioned according to the current position of
138 :cpp:expr:`lv_arc_rotate_obj_to_angle(arc, widget_to_rotate, radius_offset)` can be