Files
luban-lite/bsp/peripheral/touch/gsl1680/Kconfig
刘可亮 9f7ba67007 v1.0.3
2024-01-27 08:47:24 +08:00

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