Add update_value private function to lv_arc to prevent set_value return checks in the event of… (#1748)

Add update_value to lv_arc to update the value on range change.
This commit is contained in:
Adam Martini
2020-08-27 00:51:11 -07:00
committed by GitHub
parent 832000ad34
commit cb5faa64ac
5 changed files with 41 additions and 43 deletions

View File

@@ -687,9 +687,6 @@ typedef void * lv_obj_user_data_t;
# define LV_ROLLER_INF_PAGES 7
#endif
/*Rotary (dependencies: lv_arc, lv_btn)*/
#define LV_USE_ROTARY 1
/*Slider (dependencies: lv_bar)*/
#define LV_USE_SLIDER 1