add Kconfig option for touch check
This commit is contained in:
parent
b7ca802bcd
commit
0fc057b22c
3 changed files with 52 additions and 41 deletions
|
@ -180,6 +180,10 @@ menu "LVGL Touch controller"
|
|||
prompt "Invert Y coordinate value."
|
||||
default y
|
||||
|
||||
config LV_TOUCH_CHECK
|
||||
bool
|
||||
prompt "Check touch pressure to validate LV_TOUCH_PIN_IRQ"
|
||||
default n
|
||||
endmenu
|
||||
|
||||
menu "Touchpanel (FT6X06) Pin Assignments"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue