Searched refs:touchscreen (Results 1 – 4 of 4) sorted by relevance
123 lv_nuttx_touchscreen_t * touchscreen = drv->driver_data; in conv_touch_sample() local133 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() local159 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 …]
69 - Final products with a GUI without a touchscreen (i.e. 3D Printer71 - Final products with a touchscreen (and all sorts of bells and
9 for example, a mouse or touchscreen. It is exposed via the Linux device file system interface.
1827 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"