解决上电和长期运行屏幕触摸无效的问题

This commit is contained in:
2025-12-05 17:42:01 +08:00
parent fe65a0c408
commit bdcc73bc2b
15 changed files with 95 additions and 40 deletions

View File

@@ -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

View File

@@ -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,

View File

@@ -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,

View File

@@ -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 */