lv_indev_t is only used within rgb_panel sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Input device type.
Function pointer to read input device data.
Current state of the input device.
uint8_t : 1
uint8_t : 1
uint8_t : 1
uint8_t : 1
uint8_t : 1
uint32_t
Pressed time stamp.
uint32_t
Long press repeat time stamp.
void *
void *
Pointer to the assigned display.
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
Rotary diff count will be multiplied by this value and divided by 256.
int32_t
struct { lv_indev_state_t last_state; uint32_t last_key; }
Cursor for LV_INPUT_TYPE_POINTER.
Keypad destination group.
const lv_point_t *
Array points assigned to the button ()screen will be pressed here by the buttons.

References

from examples