Womart TFT LCD Shield + Touch Panel Display

guo-TFTLCD 2.4-arduino 1.0.5.rar - Google Drive <-- should be here.. any problems email/pm me..

hello,
I also Womart Shield TFT LCD + Touch Panel Display.
how does the sd card, so far no result!
thank you for your reading.
(Exusez my English is google translation)

hi all
someone who tried this type of lcd on arduino mega?
many thanks

tao13:
hi all
someone who tried this type of lcd on arduino mega?
many thanks

I am trying, with no success ..

Then i have seen the following comments for Arduino Mega, connected the shield with jumper cables ( using 22-29 )
and it works :slight_smile:

// When using the BREAKOUT BOARD only, use these 8 data lines to the LCD:
// For the Arduino Uno, Duemilanove, Diecimila, etc.:
// D0 connects to digital pin 8 (Notice these are
// D1 connects to digital pin 9 NOT in order!)
// D2 connects to digital pin 2
// D3 connects to digital pin 3
// D4 connects to digital pin 4
// D5 connects to digital pin 5
// D6 connects to digital pin 6
// D7 connects to digital pin 7
// For the Arduino Mega, use digital pins 22 through 29
// (on the 2-row header at the end of the board).

IMG_20140207_235517.jpg

i have this same TFT shield... First off THANK YOU for all the help getting it working so far. I hadn't seen it do anything except a white screen until today...

My final issue is the text... it is inverted (reads backwards)

It seems the X and Y axis are being drawn in reverse. Can someone direct me on how to correct this?

Thats because that LCD controller is not what everyone thinks it is

The controller is a ST7781R.

Get the right libraries and you dont need to use the old arduino, just load them as usual to V1.05 r2 or whatever the last version is.

Ill probably make a DIY topic at some point.

One of the Womart TFT for Mega that I've used was equipped with CTE35IPS.
Hope this will help you.

An update...

These library files don't seem to work with ARDUINO IDE 1.6.4...

Just download 1.0.5 and the library files should work. Just make sure the library files are in the same folder as your sketch.

I had to delete graphicstest.pde - no idea why? but hey, the old sketch is working..

Chris

Just a quick update regarding SPFD5408 2.4" tft shield text been backwards.

I resolved this issue using tft.setRotation() command.

4cc3ss