Home
last modified time | relevance | path

Searched refs:touchscreen (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_touchscreen.c123 lv_nuttx_touchscreen_t * touchscreen = drv->driver_data; in conv_touch_sample() local
133 touchscreen->last_state = LV_INDEV_STATE_PRESSED; in conv_touch_sample()
136 touchscreen->last_state = LV_INDEV_STATE_RELEASED; in conv_touch_sample()
148 lv_nuttx_touchscreen_t * touchscreen = drv->driver_data; in touchscreen_read() local
159 if(touchscreen->has_last_sample) { in touchscreen_read()
160 conv_touch_sample(drv, data, &touchscreen->last_sample); in touchscreen_read()
164 if(!touchscreen_read_sample(touchscreen->fd, &sample)) { in touchscreen_read()
166 data->state = touchscreen->last_state; in touchscreen_read()
174 if(touchscreen_read_sample(touchscreen->fd, &sample)) { in touchscreen_read()
176 touchscreen->last_sample = sample; in touchscreen_read()
[all …]
/lvgl-latest/docs/details/integration/os/
Dnuttx.rst69 - Final products with a GUI without a touchscreen (i.e. 3D Printer
71 - Final products with a touchscreen (and all sorts of bells and
/lvgl-latest/docs/details/integration/driver/touchpad/
Devdev.rst9 for example, a mouse or touchscreen. It is exposed via the Linux device file system interface.
/lvgl-latest/
DKconfig1827 bool "Use Nuttx to open window and handle touchscreen"
1841 bool "Use Custom Nuttx init API to open window and handle touchscreen"
1879 bool "Use NuttX touchscreen driver"