Hi All,
I am new to the arduino world, but I want to try and combine the Sainsmart 3.2 TFT LCD & Diymall Esp8266 Serial Wifi Wireless Transceiver. Are there any sketches out there that someone can direct me towards?
I would greatly appreciate it!
Thank you,
KJ
Welcome to the forums! ;D
First of all, you might like to get your TFT working. You failed to mention which TFT shield you have or what type of Arduino you are using....
The libraries most likely to fit your needs for your TFT will be the UTFT suite of libraries available here Electronics - Henning Karlsen. If you also want touch then get the UTouch and UTFT_Buttons libraries too..
If you want to draw pictures from SD card, if you have a MEGA the tinyFAT and UTFT_tinyFAT libraries are also an option, but if you have a DUE, they don't work.
That should keep you occupied for an hour or two.

After that, maybe you can place another post on the Networking board.... (don't forget to mention ALL of your hardware)
Regards,
Graham
Thank you Graham I appreciate it.