Skip to content

Commit

Permalink
docs(meter): change LV_PART_TICK -> LV_PART_TICKS
Browse files Browse the repository at this point in the history
fixes #5143
  • Loading branch information
kisvegabor committed Jan 1, 2024
1 parent 68a7beb commit e277114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/widgets/extra/meter.md
Expand Up @@ -5,7 +5,7 @@ The Meter widget can visualize data in very flexible ways. In can show arcs, nee

## Parts and Styles
- `LV_PART_MAIN` The background of the Meter. Uses the typical background properties.
- `LV_PART_TICK` The tick lines a labels using the *line* and *text* style properties.
- `LV_PART_TICKS` The tick lines a labels using the *line* and *text* style properties.
- `LV_PART_INDICATOR` The needle line or image using the *line* and *img* style properties, as well as the background properties to draw a square (or circle) on the pivot of the needles. Padding makes the square larger.
- `LV_PART_ITEMS` The arcs using the *arc* properties.

Expand Down

0 comments on commit e277114

Please sign in to comment.