Hi,
I did not fully understand your post but I assume you meant when you tested (experimented) your shields all had 5V on the POWER PIN ( I called this Pin 2 in previous post).
I again tried to zoom in on your TFT picture on the Russian website, see attached picture.
I THINK the power pin is labelled 3.3V. If I am correct, your shields must supply 3.3 volts on this pin when you plug it in. Also LED_A pin must supply 3.3 volts.
If you have plugged this TFT into the UNO shield, it might have destroyed your TFT, because 5Volts is too much. I mean you have destroyed the electronics, but the white screen will still work.
If you think your TFT is still working ( and KrisKasprzak said you have a SSD1963 controller )you should be trying one of the following.........
UTFT myGLCD(SSD1963_480,38,39,40,41); // 480x272 Screen on Mega
UTFT myGLCD(SSD1963_800,38,39,40,41); // 800x480 Screen on Mega
UTFT myGLCD(SSD1963_480,25,26,27,28); // 480x272 Screen on Due
UTFT myGLCD(SSD1963_800,25,26,27,28); // 800x480 Screen on Due
I have pasted more examples below and more device IDs from the UTFT library below for example........
TFT01_43
ITDB50
TFT01_50
but do try others
Finally and again, if your TFT does say '3.3V' on the power pin, DONT plug it into your 5V shields. I think you may have already done this, so am sorry to say your TFT might be destroyed.
Also there is a guy called Graham (HL) on this forum who is a real expert, I hope he also comments.
Good luck.
// Set the pins to the correct ones for your development shield
// ------------------------------------------------------------
// Arduino Uno / 2009:
// -------------------
// Standard Arduino Uno/2009 shield      : <display model>,A5,A4,A3,A2
// DisplayModule Arduino Uno TFT shield    : <display model>,A5,A4,A3,A2
//
// Arduino Mega:
// -------------------
// Standard Arduino Mega/Due shield      : <display model>,38,39,40,41
// CTE TFT LCD/SD Shield for Arduino Mega   : <display model>,38,39,40,41
//
// Remember to change the model parameter to suit your display module!
UTFT myGLCD(ITDB43,38,39,40,41);Â Â //Â Screen on Mega
//UTFT myGLCD(ITDB43,38,39,40,41);Â //Â Screen on Mega
//UTFT myGLCD(ITDB43,25,26,27,28);Â Â Â //Â Screen on Due
#define HX8347A 0
#define ILI9327 1
#define SSD1289 2
#define ILI9325C 3
#define ILI9325D_8 4
#define ILI9325D_16 5
#define HX8340B_8 6
#define HX8340B_S 7
#define HX8352A 8
#define ST7735 9
#define PCF8833 10
#define S1D19122 11
#define SSD1963_480 12
#define SSD1963_800 13
#define S6D1121_8 14
#define S6D1121_16 15
#define SSD1289LATCHED 16
//#define NOT_IN_USE 17
//#define NOT_IN_USE 18
#define SSD1289_8 19
#define SSD1963_800ALT 20
#define ILI9481 21
#define ILI9325D_16ALT 22
#define S6D0164 23
#define ST7735S 24
#define ILI9341_S5P 25
#define ILI9341_S4P 26
#define R61581 27
#define ILI9486 28
#define CPLD 29
#define HX8353C 30
#define ST7735_ALT 31
#define ITDB32 0 // HX8347-A (16bit)
#define ITDB32WC 1 // ILI9327Â (16bit)
#define TFT01_32W 1 // ILI9327 (16bit)
#define ITDB32S 2 // SSD1289Â (16bit)
#define TFT01_32 2 // SSD1289Â (16bit)
#define CTE32 2 // SSD1289Â (16bit)
#define ITDB24 3 // ILI9325C (8bit)
#define ITDB24D 4 // ILI9325D (8bit)
#define ITDB24DWOT 4 // ILI9325D (8bit)
#define ITDB28 4 // ILI9325D (8bit)
#define TFT01_24_8 4 // ILI9325D (8bit)
#define DMTFT24104Â Â Â 4Â // ILI9325D (8bit)
#define DMTFT28103Â Â Â 4Â // ILI9325D (8bit)
#define TFT01_24_16 5 // ILI9325D (16bit)
#define ITDB22 6 // HX8340-B (8bit)
#define ITDB22SP 7 // HX8340-B (Serial 4Pin)
#define ITDB32WD 8 // HX8352-A (16bit)
#define TFT01_32WD 8 // HX8352-A (16bit)
#define CTE32W 8 // HX8352-A (16bit)
#define ITDB18SP 9 // ST7735Â (Serial 5Pin)
#define LPH9135 10 // PCF8833 (Serial 5Pin)
#define ITDB25H 11 // S1D19122 (16bit)
#define ITDB43 12 // SSD1963 (16bit) 480x272
#define TFT01_43 12 // SSD1963 (16bit) 480x272
#define ITDB50 13 // SSD1963 (16bit) 800x480
#define TFT01_50 13 // SSD1963 (16bit) 800x480
#define CTE50 13 // SSD1963 (16bit) 800x480
#define EHOUSE50 13 // SSD1963 (16bit) 800x480
#define ITDB24E_8 14 // S6D1121 (8bit)
#define TFT01_24R2 14 // S6D1121 (8bit)
#define ITDB24E_16 15 // S6D1121 (16bit)
#define INFINIT32 16 // SSD1289 (Latched 16bit) -- Legacy, will be removed later
#define ELEE32_REVA 16 // SSD1289 (Latched 16bit)
//#define NOT_IN_USE 17
//#define NOT_IN_USE 18
#define ELEE32_REVB 19 // SSD1289 (8bit)
#define TFT01_70 20 // SSD1963 (16bit) 800x480 Alternative Init
#define CTE70 20 // SSD1963 (16bit) 800x480 Alternative Init
#define EHOUSE70 20 // SSD1963 (16bit) 800x480 Alternative Init
#define CTE32HR 21 // ILI9481 (16bit)
#define CTE28 22 // ILI9325D (16bit) Alternative Init
#define TFT01_28 22 // ILI9325D (16bit) Alternative Init
#define CTE22 23 // S6D0164 (8bit)
#define TFT01_22 23 // S6D0164 (8bit)
#define DMTFT22102Â Â Â 23Â // S6D0164Â (8bit)
#define TFT01_18SP 24 // ST7735SÂ (Serial 5Pin)
#define TFT01_22SP 25 // ILI9341 (Serial 5Pin)
#define TFT01_24SP 25 // ILI9341 (Serial 5Pin)
#define TFT22SHLD 25 // ILI9341 (Serial 5Pin)
#define DMTFT28105Â Â Â 25Â // ILI9341Â (Serial 5Pin)
#define MI0283QT9 26Â // ILI9341 (Serial 4Pin)
#define CTE35IPS 27 // R61581 (16bit)
#define CTE40 28 // ILI9486 (16bit)
#define EHOUSE50CPLD 29 // CPLD (16bit)
#define CTE50CPLD 29 // CPLD (16bit)
#define CTE70CPLD 29 // CPLD (16bit)
#define DMTFT18101Â Â Â 30Â // HX8353CÂ (Serial 5Pin)
#define TFT18SHLD 31 // ST7735 (Serial 5Pin) Alternative Init