mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Disable FT5206 debugging output
This commit is contained in:
parent
eb42b8515d
commit
3fe851bec5
@ -72,7 +72,7 @@ static inline bool drv_touchpad_getXY(int16_t * touchX, int16_t * touchY)
|
||||
return Touch_getXY(touchX, touchY, false);
|
||||
|
||||
#elif TOUCH_DRIVER == 5206
|
||||
return FT5206_getXY(touchX, touchY, true);
|
||||
return FT5206_getXY(touchX, touchY, false);
|
||||
|
||||
#elif TOUCH_DRIVER == 6336
|
||||
return FT6336U_getXY(touchX, touchY, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user