guess that means you go with standard 20,21 if you don't have special reason to use 18,19
Because Henning's library not allow two devices on same pins.
I have a question of my own the SD card is for logging and it is kept in the Ethernet card right? that is why you remove the pins off the TFT card so it disables it on the LCD which none of them work except for the new ones and you have to have the new sainsmart tft card to make it work
//card.init(SPI_FULL_SPEED, ChipSelect_SD); // for SD card on Ethernet shield.
card.init(SPI_HALF_SPEED, ChipSelect_SD); // for SD card on screen
Willie I was recalibrating my 7" screen just now and every thing on the screen was mirrored and backwards when I changed it from 5" to 7" problem went away
also with using the sainsmart LCD what did you pick as your screen under the calibration tool drop down above where you put in the X,Y and S on the http://www.henningkarlsen.com/electronics/t_cal_verify.php page
Willie I was recalibrating my 7" screen just now and every thing on the screen was mirrored and backwards when I changed it from 5" to 7" problem went away
also with using the sainsmart LCD what did you pick as your screen under the calibration tool drop down above where you put in the X,Y and S on the http://www.henningkarlsen.com/electronics/t_cal_verify.php page
Very timely post I was struggling getting a good calibration tried 7 times, put in the default codes for the CTE70 worked straight away...
so got the basic code running on bare bone arduino mega with display adapter and screen.
Did not work with the IDE extension (like redtop's) or some of my wallwarts 9V and 12V. need to look at that...
Happy so far
I used the same default codes worked worked for me also
#define CAL_X 0x00088FCAUL
#define CAL_Y 0x00410F6AUL
#define CAL_S 0x8031F1DFUL
Put the Ferduino on a Generic Mega clone and a Funduino Clone, with the same adaptor board and 7inch screen. I could run the mega clone from desktop USB but the Funduino started ok but the voltage power dropped so it froze (worked with 12v 1.5a wallwart but gets hot). Looks like these screens pull a lot of power and not all clones are made equal...
Redtop where did ypu get your shield that you could use your IDE cable ?