pe0mgb / SI4735-Radio-ESP32-Touchscreen-Arduino

SI4735 Radio
126 stars 36 forks source link

Compilation error #5

Closed Dfinitski closed 3 years ago

Dfinitski commented 3 years ago

Hi. I just installed latest TFT_eSPI-master and SI4735-master,

C:\SI4735-Radio-ESP32-Touchscreen-Arduino-master\si4735_2.8_TFT\si4735_2.8_TFT.ino: In function 'void setup()': si4735_2.8_TFT:769:9: error: 'class TFT_eSPI' has no member named 'setTouch' tft.setTouch(calData); ^ C:\SI4735-Radio-ESP32-Touchscreen-Arduino-master\si4735_2.8_TFT\si4735_2.8_TFT.ino: In function 'void loop()': si4735_2.8_TFT:1103:19: error: 'class TFT_eSPI' has no member named 'getTouch' pressed = tft.getTouch(&x, &y); ^ C:\SI4735-Radio-ESP32-Touchscreen-Arduino-master\si4735_2.8_TFT\si4735_2.8_TFT.ino: In function 'void subrstatus()': si4735_2.8_TFT:2296:18: error: 'class TFT_eSPI' has no member named 'getTouch' press1 = tft.getTouch(&x, &y);
^ exit status 1 'class TFT_eSPI' has no member named 'setTouch'

pe0mgb commented 3 years ago

Read my github , how to use tft_espiVerzonden vanaf Samsung-tablet. -------- Oorspronkelijk bericht --------Van: David Fainitski notifications@github.com Datum: 18-11-20 04:38 (GMT+01:00) Aan: pe0mgb/SI4735-Radio-ESP32-Touchscreen-Arduino SI4735-Radio-ESP32-Touchscreen-Arduino@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Onderwerp: [pe0mgb/SI4735-Radio-ESP32-Touchscreen-Arduino] Compilation error (#5) Hi. I just installed latest TFT_eSPI-master and SI4735-master, C:\SI4735-Radio-ESP32-Touchscreen-Arduino-master\si4735_2.8_TFT\si4735_2.8_TFT.ino: In function 'void setup()': si4735_2.8_TFT:769:9: error: 'class TFT_eSPI' has no member named 'setTouch' tft.setTouch(calData); ^ C:\SI4735-Radio-ESP32-Touchscreen-Arduino-master\si4735_2.8_TFT\si4735_2.8_TFT.ino: In function 'void loop()': si4735_2.8_TFT:1103:19: error: 'class TFT_eSPI' has no member named 'getTouch' pressed = tft.getTouch(&x, &y); ^ C:\SI4735-Radio-ESP32-Touchscreen-Arduino-master\si4735_2.8_TFT\si4735_2.8_TFT.ino: In function 'void subrstatus()': si4735_2.8_TFT:2296:18: error: 'class TFT_eSPI' has no member named 'getTouch' press1 = tft.getTouch(&x, &y); ^ exit status 1 'class TFT_eSPI' has no member named 'setTouch'

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/pe0mgb/SI4735-Radio-ESP32-Touchscreen-Arduino/issues/5", "url": "https://github.com/pe0mgb/SI4735-Radio-ESP32-Touchscreen-Arduino/issues/5", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Dfinitski commented 3 years ago

Thanks for the update. Now compilation is successful.