Hello,
i try to verify code form here https://github.com/pe0mgb/SI4735-Radio-ESP32-Touchscreen-Arduino
doit devkit v1 with tft 240x320 2.8" SPI TFT LCD Touch Panel Serial Port Module With PBC ILI9341.
i run version SI473X_2.8_TFT_V3.3
I get errors but fix enough.
Now i get error :
error: 'class TFT_eSPI' has no member named 'setTouch'
i try many ,but nothing fix it.
First time try verify the code, i fix some errors by add the follow lines in code:
#include <Adafruit_GFX.h>
#define TFT_CS 15
Any help;
Thank you.
Hello,
i try to verify code form here https://github.com/pe0mgb/SI4735-Radio-ESP32-Touchscreen-Arduino
doit devkit v1 with tft 240x320 2.8" SPI TFT LCD Touch Panel Serial Port Module With PBC ILI9341.
i run version SI473X_2.8_TFT_V3.3
I get errors but fix enough.
Now i get error :
error: 'class TFT_eSPI' has no member named 'setTouch'
i try many ,but nothing fix it.
First time try verify the code, i fix some errors by add the follow lines in code:
#include <Adafruit_GFX.h>
#define TFT_CS 15
Any help;
Thank you.