I tried to connect display TFT_320QDT_9341 and with the code below I just got a white screen:
#include <UTFT.h>
#include <memorysaver.h>
UTFT ui(ILI9341_16, 38, 39, 40, 41);
void setup() {
Serial.begin(115200);
ui.InitLCD(PORTRAIT);
ui.fillScr(VGA_RED);
Serial.println("Check pls");
}
void loop() {}
Please note that I have TFT_320QDT_9341 and not TFT_320QVT_9341