Cannot make any TFT example work between Arduino Mega and TFT_320QDT_9341

Hello Arduino Fans,
I have bought a TFT_320QDT_9341 as in the attached picture and i tried all the examples and libraries to connect it, 8-bit, 16-bit parallel connection and no success. I tries with TFT_eSPI, UTFT, MCUFRIEND_kbv, etc. and none start it.
I have tried it on Arduino Uno, Arduino Mega and ESP32-S3, no success.
So, this is the LCD in the picture.

The MCUFRIEND_kbv LCD Read shows as below:

Read Registers on MCUFRIEND UNO shield
controllers either read as single 16-bit
e.g. the ID is at readReg(0)
or as a sequence of 8-bit values
in special locations (first is dummy)

reg(0x0000) 00 00	ID: ILI9320, ILI9325, ILI9335, ...
reg(0x0004) 04 04 04 04	Manufacturer ID
reg(0x0009) 09 09 09 09 09	Status Register
reg(0x000A) 0A 0A	Get Power Mode
reg(0x000C) 0C 0C	Get Pixel Format
reg(0x0061) 61 61	RDID1 HX8347-G
reg(0x0062) 62 62	RDID2 HX8347-G
reg(0x0063) 63 63	RDID3 HX8347-G
reg(0x0064) 64 64	RDID1 HX8347-A
reg(0x0065) 65 65	RDID2 HX8347-A
reg(0x0066) 66 66	RDID3 HX8347-A
reg(0x0067) 67 67	RDID Himax HX8347-A
reg(0x0070) 70 70	Panel Himax HX8347-A
reg(0x00A1) A1 A1 A1 A1 A1	RD_DDB SSD1963
reg(0x00B0) B0 B0	RGB Interface Signal Control
reg(0x00B4) B4 B4	Inversion Control
reg(0x00B6) B6 B6 B6 B6 B6	Display Control
reg(0x00B7) B7 B7	Entry Mode Set

When i diagnose it also with MCUFriend diagnose i receive:

There are FAQs in extras/mcufriend_how_to.txt

tft.readID() finds: ID = 0xD3D3

MCUFRIEND_kbv version: 3.0.0

Probably a write-only Mega2560 Shield
Try to force ID = 0x9481

PORTRAIT is 320 x 480

Run the examples/graphictest_kbv sketch
All colours, text, directions, rotations, scrolls
should work.  If there is a problem,  make notes on paper
Post accurate description of problem to Forum
Or post a link to a video (or photos)

I rely on good information from remote users

When i run UTFT Demos, i see the screen blinking but remains white.
Anybody has an idea? Did anybody make this work? Or did i just bought a bad LCD?

Thank you very much for your time and help,
Victor

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.