mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-27 18:34:13 +08:00
feat(bar): reverse drawing direction of lv_bar if min > max (#4654)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
This commit is contained in:
@@ -36,6 +36,7 @@ void lv_example_bar_3(void);
|
||||
void lv_example_bar_4(void);
|
||||
void lv_example_bar_5(void);
|
||||
void lv_example_bar_6(void);
|
||||
void lv_example_bar_7(void);
|
||||
|
||||
void lv_example_button_1(void);
|
||||
void lv_example_button_2(void);
|
||||
@@ -118,6 +119,7 @@ void lv_example_scale_5(void);
|
||||
void lv_example_slider_1(void);
|
||||
void lv_example_slider_2(void);
|
||||
void lv_example_slider_3(void);
|
||||
void lv_example_slider_4(void);
|
||||
|
||||
void lv_example_span_1(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user