mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
typo
This commit is contained in:
parent
dc873966e9
commit
6836947e67
@ -67,7 +67,7 @@ typedef struct {
|
|||||||
int16_t cur_value; /*Current value of the rotary*/
|
int16_t cur_value; /*Current value of the rotary*/
|
||||||
int16_t min_value; /*Minimum value of the rotary*/
|
int16_t min_value; /*Minimum value of the rotary*/
|
||||||
int16_t max_value; /*Maximum value of the rotary*/
|
int16_t max_value; /*Maximum value of the rotary*/
|
||||||
nt16_t sensitivity; /*Increment multiplier of the rotary*/
|
int16_t sensitivity; /*Increment multiplier of the rotary*/
|
||||||
lv_coord_t last_drag_x; /*Last drag x coordintate of the rotary*/
|
lv_coord_t last_drag_x; /*Last drag x coordintate of the rotary*/
|
||||||
uint16_t dragging :1;
|
uint16_t dragging :1;
|
||||||
uint16_t sym :1;
|
uint16_t sym :1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user