Lines Matching full:can
19 The `type` member can be:
30 Input devices that can click points on the screen belong to this category.
77 With an encoder you can do the following:
84 - By turning the encoder you can focus on the next/previous object.
86 …ike a list, message box, etc.) the object will go to edit mode whereby you can navigate inside the…
108 In addition to standard encoder behavior, you can also utilize its logic to navigate(focus) and edi…
131 /* Optionally you can also use enc_diff, if you have encoder*/
144 ``` important:: The points_array can't go out of scope. Either declare it as a global variable or …
171 The default value of the following parameters can be changed in `lv_indev_drv_t`:
176 - `read_timer` pointer to the `lv_timer` which reads the input device. Its parameters can be change…
180 Besides `read_cb` a `feedback_cb` callback can be also specified in `lv_indev_drv_t`.
186 The associated display is stored and can be changed in `disp` field of the driver.
191 To solve this you can write an event driven driver for your input device that buffers measured data…