I have spent the last few weeks working on getting a SainSmart 3.2″ TFT with touch control working with my Raspberry Pi and I have had success.
You can see an update on this project here;
https://ozzmaker.com/2013/05/27/raspberry-pi-with-a-3-2-tft-with-touch-control-part-2/
I have currently connected it up with a breadboard, I now need to work on a more permanent solution.
Download the Kernel that contains the drivers.
Click on the images for a larger view.
![]() |
![]() |
Click the image below for a much larger version |
![]() |
My setup;
M74HC4040B1R
74HC4094N
5v to TFT
3.3v to ICs
Reset through 10k resistor
Back light connected to 3.3v
I start Xwindows with sudo FRAMEBUFFER=/dev/fb1 startx -- -dpi 60
Thanks to XaLKiDEoS , Notro, drsb and valdodov.;
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=64&t=33679
http://www.valdodov.com/
Continue reading Raspberry Pi with a 3.2″ TFT with Touch control