mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 10:58:54 +00:00
first commit
This commit is contained in:
@@ -354,12 +354,12 @@ exit_:
|
||||
|
||||
return read_num;
|
||||
}
|
||||
rt_uint8_t regver;
|
||||
|
||||
static rt_err_t gt911_control(struct rt_touch_device *touch, int cmd, void *arg)
|
||||
{
|
||||
LOG_I("gt911_control cmd:%x",cmd);
|
||||
|
||||
rt_uint8_t regver;
|
||||
gt911_get_config_version(>911_client, ®ver, 1);
|
||||
LOG_I("Config version:%d",regver);
|
||||
if(regver<98)
|
||||
|
||||
Reference in New Issue
Block a user