Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/applications/lvgl/
A Dlv_port_indev.c72 static gt911_handle_t s_touchHandle; variable
157 status = GT911_Init(&s_touchHandle, &s_touchConfig); in DEMO_InitTouch()
165 GT911_GetResolution(&s_touchHandle, &s_touchResolutionX, &s_touchResolutionY); in DEMO_InitTouch()
174 if (kStatus_Success == GT911_GetSingleTouch(&s_touchHandle, &touch_x, &touch_y)) in DEMO_ReadTouch()

Completed in 6 milliseconds