mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 21:18:54 +00:00
35 lines
816 B
Plaintext
35 lines
816 B
Plaintext
menu "GSL1680 touch panel options"
|
|
|
|
config AIC_TOUCH_PANEL_GSL1680
|
|
bool "Using touch panel gsl1680"
|
|
default n
|
|
select AIC_I2C_DRV
|
|
|
|
config AIC_TOUCH_PANEL_GSL1680_I2C_CHA
|
|
string "gsl1680 using i2c channel index"
|
|
default "i2c2"
|
|
depends on AIC_TOUCH_PANEL_GSL1680
|
|
|
|
config AIC_TOUCH_PANEL_GSL1680_RST_PIN
|
|
string "gsl1680 reset pin"
|
|
default "PA.10"
|
|
depends on AIC_TOUCH_PANEL_GSL1680
|
|
|
|
config AIC_TOUCH_PANEL_GSL1680_INT_PIN
|
|
string "gsl1680 irq pin"
|
|
default "PA.11"
|
|
depends on AIC_TOUCH_PANEL_GSL1680
|
|
|
|
config AIC_TOUCH_PANEL_GSL1680_X_RANGE
|
|
int "gsl1680 x coordinate range"
|
|
default 480
|
|
depends on AIC_TOUCH_PANEL_GSL1680
|
|
|
|
config AIC_TOUCH_PANEL_GSL1680_Y_RANGE
|
|
int "gsl1680 y coordinate range"
|
|
default 272
|
|
depends on AIC_TOUCH_PANEL_GSL1680
|
|
|
|
endmenu
|
|
|