Searched refs:touch_name (Results 1 – 2 of 2) sorted by relevance
39 rt_err_t xpt2046_calibration(const char *lcd_name,const char *touch_name);
24 rt_err_t xpt2046_calibration(const char *lcd_name,const char *touch_name) in xpt2046_calibration() argument40 rt_xpt2046_t touch = (rt_xpt2046_t)rt_device_find(touch_name); in xpt2046_calibration()43 LOG_E(LOG_TAG " cannot find touch device named %s", touch_name); in xpt2046_calibration()
Completed in 4 milliseconds