Lines Matching refs:encoder
22 - `LV_INDEV_TYPE_ENCODER` encoder with left/right turn and push options
77 With an encoder you can do the following:
84 - By turning the encoder you can focus on the next/previous object.
85 - When you press the encoder on a simple object (like a button), it will be clicked.
86 …encoder on a complex object (like a list, message box, etc.) the object will go to edit mode where…
108 In addition to standard encoder behavior, you can also utilize its logic to navigate(focus) and edi…
109 …you have only few buttons available, or you want to use other buttons in addition to encoder wheel.
112 - `LV_KEY_ENTER` will simulate press or pushing of the encoder button
113 - `LV_KEY_LEFT` will simulate turning encoder left
114 - `LV_KEY_RIGHT` will simulate turning encoder right
117 If you hold the keys it will simulate an encoder advance with period specified in `indev_drv.long_p…
127 /* use LV_KEY_ENTER for encoder press */
131 /* Optionally you can also use enc_diff, if you have encoder*/