Searched refs:lcd_name (Results 1 – 2 of 2) sorted by relevance
24 rt_err_t xpt2046_calibration(const char *lcd_name,const char *touch_name) in xpt2046_calibration() argument27 rt_device_t lcd = rt_device_find(lcd_name); in xpt2046_calibration()30 LOG_E(LOG_TAG " cannot find lcd device named %s", lcd_name); in xpt2046_calibration()35 LOG_E(LOG_TAG " cannot open lcd device named %s", lcd_name); in xpt2046_calibration()
39 rt_err_t xpt2046_calibration(const char *lcd_name,const char *touch_name);
Completed in 5 milliseconds