lv_indev_drv_t is only used within i2c_oled sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Function pointer to read input device data.
void (*)(struct _lv_indev_drv_t * indev_drv, lv_indev_data_t * data)
void (*)(struct _lv_indev_drv_t *, uint8_t)
Called when an action happened on the input device. The second parameter is the event from `lv_event_t`.
void *
struct _lv_disp_t *
Timer to periodically read the input device.
Number of pixels to slide before actually drag the object.
uint8_t
Drag throw slow-down in [%]. Greater value means faster slow-down.
uint8_t
At least this difference should be between two points to evaluate as gesture.
uint8_t
At least this difference should be to send a gesture.
uint8_t
Long press time in milliseconds.
uint16_t
Repeated trigger period in long press [ms].
uint16_t

References

from examples