更新gt911固件

This commit is contained in:
wen
2025-10-30 15:07:40 +08:00
parent 846d8045b3
commit 43c799919d
49 changed files with 52 additions and 21 deletions

View File

@@ -793,8 +793,8 @@ CONFIG_CONFIG_LANAGUAGE_CHS=y
# CONFIG_CONFIG_LANAGUAGE_CHT is not set
# CONFIG_CONFIG_USER_RELAY_1 is not set
# CONFIG_CONFIG_USER_RELAY_2 is not set
# CONFIG_CONFIG_USER_RELAY_3 is not set
CONFIG_CONFIG_USER_RELAY_4=y
CONFIG_CONFIG_USER_RELAY_3=y
# CONFIG_CONFIG_USER_RELAY_4 is not set
CONFIG_CONFIG_DEVICE_SCR_ACT_JUMP=y
CONFIG_CONFIG_OBJICT_IMAGE=y
CONFIG_CONFIG_USER_MENU_TABLEVEW=y

View File

@@ -42,7 +42,7 @@
"env": {
"file": "env.bin",
"attr": ["mtd", "optional"],
"part": ["env","env_r"]
"part": ["env"]
},
"os": {
"file": "d12x_os.itb",

View File

@@ -42,7 +42,7 @@
"env": {
"file": "env.bin",
"attr": ["mtd", "optional"],
"part": ["env","env_r"]
"part": ["env"]
},
"os": {
"file": "d12x_os.itb",

View File

@@ -271,6 +271,8 @@ struct aic_pinmux aic_pinmux_config[] = {
{1, PIN_PULL_DIS, 3, AIC_TOUCH_PANEL_RST_PIN},
{1, PIN_PULL_DIS, 3, AIC_TOUCH_PANEL_INT_PIN},
#endif
{1, PIN_PULL_DIS, 3, "PU.0"},
{1, PIN_PULL_DIS, 3, "PU.1"},
};
uint32_t aic_pinmux_config_size = ARRAY_SIZE(aic_pinmux_config);