|
|
@@ -75,7 +75,7 @@ int rt_hw_6236_init(void)
|
|
|
struct rt_touch_config config;
|
|
|
config.dev_name = "i2c1";
|
|
|
|
|
|
- rt_hw_ft5426_init("touch", &config, REST_PIN);
|
|
|
+ rt_hw_ft6236_init("touch", &config, REST_PIN);
|
|
|
|
|
|
return 0;
|
|
|
}
|
|
|
@@ -90,4 +90,4 @@ INIT_ENV_EXPORT(rt_hw_ft6236_init);
|
|
|
## 联系人信息
|
|
|
|
|
|
- 维护人:[liuduanfei](https://github.com/liuduanfei)
|
|
|
-- 软件包主页:<https://github.com/liuduanfei/ft6236>
|
|
|
+- 软件包主页:<https://github.com/liuduanfei/ft6236>
|