FT6X36 touch: fixed axis-swap, Kconfig defaults.

This commit is contained in:
Rop Gonggrijp 2021-07-07 20:40:15 +02:00
parent 557679a6ee
commit f32a6f57fc
2 changed files with 14 additions and 14 deletions

View file

@ -239,20 +239,20 @@ menu "LVGL Touch controller"
menu "Touchpanel Configuration (FT6X06)"
depends on LV_TOUCH_CONTROLLER_FT6X06
config LV_FT6X36_SWAPXY
bool
prompt "Swap X with Y coordinate."
default y
config LV_FT6X36_SWAPXY
bool
prompt "Swap X with Y coordinate."
default n
config LV_FT6X36_INVERT_X
bool
prompt "Invert X coordinate value."
default n
config LV_FT6X36_INVERT_Y
bool
prompt "Invert Y coordinate value."
default y
config LV_FT6X36_INVERT_Y
bool
prompt "Invert Y coordinate value."
default n
endmenu