docs update some widgets to v8

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-11 19:44:52 +02:00
parent 96ef55273d
commit f0dd603dbd
4 changed files with 47 additions and 82 deletions

View File

@@ -30,7 +30,7 @@ The new value in `lv_bar_set_value` can be set with or without an animation depe
The bar can be one the following modes:
- `LV_BAR_MODE_NORMAL` A normal bar as described above
- `LV_BAR_SYMMETRICAL` Draw the indicator form the zero value to current value. Requires negaitve minimum range and positive maximum range.
- `LV_BAR_RANGE` Allows setting the setar value too by `lv_bar_set_start_value(bar, new_value, LV_ANIM_ON/OFF)`. The start value has to be always smaller than the end value.
- `LV_BAR_RANGE` Allows setting the start value too by `lv_bar_set_start_value(bar, new_value, LV_ANIM_ON/OFF)`. The start value has to be always smaller than the end value.
## Events
- `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent for both main and indicator parts to allow hooking the drawing.