All I want is to run Boiana_Eq code with DUE + Elechouse TFT shield for Due V2.1 + TFT_320QDT_ILI9341 - 320x240 screen.
Boiana_EQ code: rDUINOScope-2.3.1 - Google Drive
**NOTE:**I have changed HW_ARM_defines.h ( uncommented #define EHOUSE_DUE_SHIELD 1 ) where as //#define CTE_DUE_SHIELD 1 is still commented.
The TFT_320QDT_ILI9341 - 320x240 screen, WORKS well with UTFT library connected with Mega2560 along with TFT shield of mega(V 2.2).
(Hence confirming that my screen is not faulty)
Thanku for your support...though i couldn't find any thread explaining about the interfacing of elechouse tft shield for due with ILI9341 screen. As the code is usually written for HX8352A
Above is the closest datasheet of ILI9341 i found....there was no datasheet on the website i bought it from. Again the image of MY screen is posted above
I have made a handful of projects with Arduino Uno,Mega,Esp etc.
It's my 1st time using DUE.
What I have managed so Far:
1.) ILI9341 screen is working with Mega2560 + TFT LCD MEGA SHIELD V2.2 + UTFT library
(Hence ILI9341 screen is not damaged or anything)
In this link the person(named chris) uses Elechouse TFT shield V2.1 + Due + SSD1963 (I use ILI9341)
I followed everything till Post19..But No Luck in getting any display on the serial monitor.
In Post15 chris mentioned that: "Serial took 0ms to start"
"ID = 0x1963"
Whereas I'm not able to get anything on the serial monitor itself.
HENCE, I think DUE is unable to detect the connected tft screen.
I tried running GLUE UTFT(GLUE code and UTFT library pasted above) + Elechouse due shield + ILI9341_16 (Screen). Yet there is no display on the screen just the white backlight.
My screen works perfectly with MEGA2560 as mentioned in the Post#1
I even uncommented #define EHOUSE_DUE_SHIELD 1 in HW_ARM_defines.h
and used UTFT myGLCD(ILI9341_16,22,23,31,33);
still no luck.