Skip to content

Commit

Permalink
Update arc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor authored Sep 29, 2021
1 parent 6f90f9c commit 2a9b9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/widgets/core/arc.md
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ Larger padding makes it larger, smaller padding makes it smaller.

A new value can be set using `lv_arc_set_value(arc, new_value)`.
The value is interpreted in a range (minimum and maximum values) which can be modified with `lv_arc_set_range(arc, min, max)`.
The default range is 1..100.
The default range is 0..100.

The indicator arc is drawn on the main part's arc. This if the value is set to maximum the indicator arc will cover the entire "background" arc.
To set the start and end angle of the background arc use the `lv_arc_set_bg_angles(arc, start_angle, end_angle)` functions or `lv_arc_set_bg_start/end_angle(arc, angle)`.

0 comments on commit 2a9b9e6

Please sign in to comment.