Searched refs:s_touchHandle (Results 1 – 1 of 1) sorted by relevance
72 static gt911_handle_t s_touchHandle; variable157 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