Home
last modified time | relevance | path

Searched defs:_lv_spinbox_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox_private.h31 struct _lv_spinbox_t { struct
32 lv_textarea_t ta; /**< Ext. of ancestor */
34 int32_t value;
35 int32_t range_max;
36 int32_t range_min;
37 int32_t step;
38 uint32_t digit_count : 4;
39 uint32_t dec_point_pos : 4; /**< if 0, there is no separator and the number is an integer */
40 uint32_t rollover : 1; /**< Set to true for rollover functionality */
41 …digit_step_dir : 2; /**< the direction the digit will step on encoder button press when editing */