Home
last modified time | relevance | path

Searched defs:tolerance_deg (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/
Dlv_arc.c488 const uint32_t tolerance_deg = (360U * LV_DPX(50U)) / circumference; in lv_arc_event() local
921 …l lv_arc_angle_within_bg_bounds(lv_obj_t * obj, const uint32_t angle, const uint32_t tolerance_deg) in lv_arc_angle_within_bg_bounds()