10-04-2020, 07:36
When compiling the software I get the following error, could you please advise
Jim
Jim
Code:
Arduino: 1.8.12 (Windows 10), Board: "LOLIN(WEMOS) D1 R2 & mini, 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
C:\Users\barro\Documents\Arduino\WeatherDuino_4PESP8266_WD_v5.3_b001\WeatherDuino_4PESP8266_WD_v5.3_b001.ino: In function 'void loop()':
WeatherDuino_4PESP8266_WD_v5.3_b001:407:12: error: 'class TFT_eSPI' has no member named 'getTouch'
if (tft.getTouch(&t_x, &t_y))
^
exit status 1
'class TFT_eSPI' has no member named 'getTouch'
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.