mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-25 05:28:55 +00:00
v1.0.3
This commit is contained in:
34
bsp/peripheral/touch/ft7411/Kconfig
Normal file
34
bsp/peripheral/touch/ft7411/Kconfig
Normal file
@@ -0,0 +1,34 @@
|
||||
menu "Ft7411 touch panel options"
|
||||
|
||||
config AIC_TOUCH_PANEL_FT7411
|
||||
bool "Using touch panel ft7411"
|
||||
default n
|
||||
select AIC_I2C_DRV
|
||||
|
||||
config AIC_TOUCH_PANEL_FT7411_I2C_CHA
|
||||
string "ft7411 using i2c channel index"
|
||||
default "i2c3"
|
||||
depends on AIC_TOUCH_PANEL_FT7411
|
||||
|
||||
config AIC_TOUCH_PANEL_FT7411_RST_PIN
|
||||
string "ft7411 reset pin"
|
||||
default "PA.8"
|
||||
depends on AIC_TOUCH_PANEL_FT7411
|
||||
|
||||
config AIC_TOUCH_PANEL_FT7411_INT_PIN
|
||||
string "ft7411 irq pin"
|
||||
default "PA.9"
|
||||
depends on AIC_TOUCH_PANEL_FT7411
|
||||
|
||||
config AIC_TOUCH_PANEL_FT7411_X_RANGE
|
||||
int "ft7411 x coordinate range"
|
||||
default 480
|
||||
depends on AIC_TOUCH_PANEL_FT7411
|
||||
|
||||
config AIC_TOUCH_PANEL_FT7411_Y_RANGE
|
||||
int "ft7411 y coordinate range"
|
||||
default 800
|
||||
depends on AIC_TOUCH_PANEL_FT7411
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user