mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Add rotary state
This commit is contained in:
parent
1dfdabd638
commit
b1afc3f34d
@ -55,7 +55,7 @@ enum {
|
||||
LV_ROTARY_STATE_CHECKED_DISABLED = LV_BTN_STATE_CHECKED_DISABLED,
|
||||
_LV_ROTARY_STATE_LAST = _LV_BTN_STATE_LAST, /* Number of states*/
|
||||
};
|
||||
typedef uint8_t lv_btn_state_t;
|
||||
typedef uint8_t lv_rotary_state_t;
|
||||
|
||||
/*Data of rotary*/
|
||||
typedef struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user