i have Googled allot example for touch lcd but i am fail to get any result on my lcd.
anybody who have successfully run exact same lcd which i have....., please help me to run it.
I tried the UTFT library with the settings as mentioned by AVR_fred and they work fine with this display. Try the example "Arduino (AVR) > UTFT_Demo_480x320". Make sure you have the latest UTFT library installed.
The setup line UTFT myGLCD(CTE32HR,38,39,40,41); works fine.
The UTFT library has a lot of nice features but graphics plotting speed is quite slow on a UNO/Mega.
The problem was solved, it appears that it does not see my sd (MMC Plus Card), I tried another (SD HC class 6) and problem disappeared. The display works, sd works, Russian font displays, thanks to all.
NightRider82:
Hi guys, I'm new to the thread. Does the touch screen work on this display.
No. The advert link in the original post implies it is a touch screen by showing examples and mentioning a touch library, but it is not. There are often mistakes in adverts from Chinese suppliers...
No, that library does not use DMA, it was adapted/written for the Mega which does not have DMA. In practice this is not a big deal as 16 bits can be written to the display at a time. This makes it about twice as fast as an SPI interface. Screen clearing is simple too as even the humble Mega can toggle a clock pin to output at 2 Megapixels/sec.
You may find the UTFT library is quite slow even on a DUE, but it does have some nice features. No UTFT does not use DMA and you probably will not get DMA working with the arbitrarily defined parallel interface on the display.
OK, I have not used or tried the ILI9341_due library. Check it supports the 16 bit parallel port to this display.
BangGood and China vendors are usually pretty good on delivery considering the distances involved and zero cost postage! Usually things arrive in the UK in 3 weeks. One eBay order recently took 2 months and I had already been given a full refund weeks before the items finally arrived...
So much to learn... but that is fun and satisfying when you get things working! Expect frustration along the way though.
Does the HX8537 Mega shield have any access to the RD pin?
Or most importantly, do the level shifter chips allow 2-way data? i.e. reading.
Although this particular shield does not have Touch, if it uses the Mega PORTs wisely and the SD card works, it is very attractive.
Even better if it has bidirectional level shifters.
Unfortunately the Mcufriend Mega shields work fine for TFT and Touch. The microSD does not work reliably. This seems crazy because the Uno shields work 100% (on a Uno).