Lines Matching refs:device
8 The Linux event device (evdev) is a hardware-independent API that gives access to input events from…
9 for example, a mouse or touchscreen. It is exposed via the Linux device file system interface.
14 Your system has an input device configured (usually under ``/dev/input/`` such as ``/dev/input/even…
28 … an event input, first create an input device with ``lv_edev_create`` setting it to the correct Li…
44 Locating your input device
47 If you can't determine your input device, first run
51 …here will be entries with the word ``event`` which give a clue as to the device to use eg. ``event…
57 ``$evtest /dev/input/event1`` replacing ``eventX`` with your event device from above.
59 Automatic input device discovery
65 You may want to react to a new device being added so that a cursor image can be applied, for exampl…
66 function which will be called when a new device is added.
81 LV_LOG_USER("new '%s' device discovered", type == LV_EVDEV_TYPE_REL ? "REL" :