mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
25 lines
526 B
Plaintext
25 lines
526 B
Plaintext
menu "Gt911 touch panel options"
|
|
|
|
config AIC_TOUCH_PANEL_GT911
|
|
bool "Using touch panel gt911"
|
|
default n
|
|
select AIC_I2C_DRV
|
|
|
|
config AIC_TOUCH_PANEL_GT911_I2C_CHA
|
|
string "gt911 using i2c channel index"
|
|
default "i2c3"
|
|
depends on AIC_TOUCH_PANEL_GT911
|
|
|
|
config AIC_TOUCH_PANEL_GT911_RST_PIN
|
|
string "gt911 reset pin"
|
|
default "PA.8"
|
|
depends on AIC_TOUCH_PANEL_GT911
|
|
|
|
config AIC_TOUCH_PANEL_GT911_INT_PIN
|
|
string "gt911 irq pin"
|
|
default "PA.9"
|
|
depends on AIC_TOUCH_PANEL_GT911
|
|
|
|
endmenu
|
|
|