A. Your suggestion doesnt work.
the only thing i see is the backlight.
note i have tried this with tft.begin() and tft.init() and both at the same time. i have seen both in different of your code samples. I have the latest of the TFT_eSPI library installed.
#include <TFT_eSPI.h>
TFT_eSPI tft = TFT_eSPI(); // Invoke library
void setup() {
tft.begin(); // what is this?
tft.init(); // what is this?
tft.fillScreen(TFT_RED); // Black screen fill
Serial.println(“Backlight On”);
// Turning on the LCD backlight
digitalWrite(LCD_BACKLIGHT, HIGH);
}
I also tried using code from the Arduino\libraries\TFT_eSPI\examples\320x240
none of them work.
I checked the Arduino\libraries\TFT_eSPI\User_Setup.h and it defines:
// Only define one driver, the other ones must be commented out
#define ILI9341_DRIVER
I assume that this is the correct one
Would you please send me a simple arudino sketch to do some very basic screen that you know works on your wioterminal