Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_touchscreen.c49 static lv_indev_t * touchscreen_init(int fd);
78 indev = touchscreen_init(fd); in lv_nuttx_touchscreen_create()
205 static lv_indev_t * touchscreen_init(int fd) in touchscreen_init() function