Hello to all.
I have two sets of Mega2560 + shield + tft displays. Arduino boards and shields are identical, but displays are not. One of them has TFT_320QVT_9341 printed on his back and the other has TFT_320QDT_9341.
Both displays are working fine with UTFT libraries and examples downloaded from Rinky-Dink Electronics. Codes using UTFT myGLCD(ILI9341_16,38,39,40,41) and UTFT myGLCD(CTE32_R2,38,39,40,41) works fine, no difference in performance.
The problem is that 320QVT is much more brighter than 320QDT. Although the pictures show a small difference, it is big. I have tried using setBrightness and setContrast, but they are useless.
I'd appreciate your help to understand the reasons for this difference and how to improve the 320QDT's brightness.
Thanks for your help.