If touch not used dummy getTouch missing the new threshold parameter.
This commit is contained in:
Bodmer
2017-12-22 00:50:24 +00:00
parent 936b5cccc7
commit b536af5062

View File

@@ -4305,7 +4305,7 @@ uint8_t TFT_eSPI::validTouch(uint16_t *x, uint16_t *y, uint16_t threshold){
** Function name: getTouch
** Description: read callibrated position. Return false if not pressed.
***************************************************************************************/
uint8_t TFT_eSPI::getTouch(uint16_t *x, uint16_t *y){
uint8_t TFT_eSPI::getTouch(uint16_t *x, uint16_t *y, uint16_t threshold){
return true;
}