add Kconfig option for touch check

This commit is contained in:
Christopher Liebman 2020-12-24 13:46:04 -08:00
parent b7ca802bcd
commit 0fc057b22c
3 changed files with 52 additions and 41 deletions

View file

@ -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"