Skip to content

Commit

Permalink
docs(overview) fix typo (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadonmmiller committed Aug 16, 2021
1 parent e602b3f commit 85d45d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview/object.md
Expand Up @@ -187,7 +187,7 @@ The following predefined parts exist in LVGL:
- `LV_PART_INDICATOR` Indicator, e.g. for slider, bar, switch, or the tick box of the checkbox
- `LV_PART_KNOB` Like a handle to grab to adjust the value*/
- `LV_PART_SELECTED` Indicate the currently selected option or section
- `LV_PART_ITEMS` Used if the widget has multiple similar elements (e.g. tabel cells)*/
- `LV_PART_ITEMS` Used if the widget has multiple similar elements (e.g. table cells)*/
- `LV_PART_TICKS` Ticks on scales e.g. for a chart or meter
- `LV_PART_CURSOR` Mark a specific place e.g. text area's or chart's cursor
- `LV_PART_CUSTOM_FIRST` Custom parts can be added from here.
Expand Down

0 comments on commit 85d45d7

Please sign in to comment.