Initial lv_rotary work extending lv_arc with stubbed signal handler.

This commit is contained in:
Adam Martini
2020-06-18 17:06:24 -07:00
parent 7af64df008
commit 1a41f13fd6
6 changed files with 804 additions and 0 deletions

View File

@@ -654,6 +654,9 @@ 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