Hello guys :),
I recently bought my first Arduino (MEGA 2560) together with:
- 7" inch TFT LCD module Display 800x480 SSD1963 Touch PWM Arduino AVR ARM STM32
- Arduino Mega TFT LCD shield
I was trying to run example code UTFT_DEMO_800x480 from imported library UTFT.
In this part of code:
// Remember to change the model parameter to suit your display module!
UTFT myGLCD(ITDB50,38,39,40,41);
I tried to change it to all these following controllers:
UTFT myGLCD(SSD1936_800,38,39,40,41);
UTFT myGLCD(SSD1936_800ALT,38,39,40,41);
UTFT myGLCD(TFT01_70,38,39,40,41);
UTFT myGLCD(EHOUSE70,38,39,40,41);
,but all without success my screen is just white, some times with some vertical lines.
My second problem is that, my PC dont detect Arduino when i have connected Display on it, I have to remove display every time I want to uploud code to Arduino.
Thanks you for all answers ![]()