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

@ -35,7 +35,7 @@ extern "C" {
#define XPT2046_X_INV CONFIG_LV_TOUCH_INVERT_X
#define XPT2046_Y_INV CONFIG_LV_TOUCH_INVERT_Y
#define XPT2046_XY_SWAP CONFIG_LV_TOUCH_XY_SWAP
#define XPT2046_TOUCH_CHECK CONFIG_LV_TOUCH_CHECK
/**********************
* TYPEDEFS
**********************/