mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 10:58:54 +00:00
解决上电和长期运行屏幕触摸无效的问题
This commit is contained in:
@@ -253,7 +253,7 @@ CONFIG_AIC_USING_I2C0=y
|
||||
#
|
||||
# CONFIG_AIC_DEV_I2C0_ADDR_BIT is not set
|
||||
CONFIG_AIC_DEV_I2C0_10BIT=0
|
||||
CONFIG_AIC_DEV_I2C0_SPEED=400000
|
||||
CONFIG_AIC_DEV_I2C0_SPEED=200000
|
||||
# CONFIG_AIC_DEV_I2C0_BUS_MODE is not set
|
||||
CONFIG_AIC_DEV_I2C0_SLAVE_MODE=0
|
||||
CONFIG_AIC_USING_PWM0=y
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"info": { // Header information about image
|
||||
"platform": "d12x",
|
||||
"product": "t3e-pro",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"media": {
|
||||
"type": "spi-nor",
|
||||
"device_id": 0,
|
||||
|
||||
Binary file not shown.
@@ -15,7 +15,7 @@
|
||||
"info": { // Header information about image
|
||||
"platform": "d12x",
|
||||
"product": "t3e-pro",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"media": {
|
||||
"type": "spi-nor",
|
||||
"device_id": 0,
|
||||
|
||||
@@ -52,7 +52,7 @@ struct aic_pinmux aic_pinmux_config[] = {
|
||||
#endif
|
||||
#ifdef AIC_USING_CTP
|
||||
{1, PIN_PULL_DIS, 3, AIC_TOUCH_PANEL_RST_PIN},
|
||||
{1, PIN_PULL_UP, 3, AIC_TOUCH_PANEL_INT_PIN},//硬件没贴上拉电阻 芯片的上拉打开
|
||||
{1, PIN_PULL_DIS, 3, AIC_TOUCH_PANEL_INT_PIN},//硬件没贴上拉电阻 芯片的上拉打开
|
||||
#endif
|
||||
#if defined(AIC_USING_QSPI0) && !defined(AIC_SYSCFG_SIP_FLASH_ENABLE)
|
||||
/* qspi0 */
|
||||
|
||||
Reference in New Issue
Block a user