This is an Overlay I wrote that supports the JBTek 3.5" TFT LCD for the Raspberry PI and PI 2 using notro's FBTFT driver.
===
- Follow the steps on notro's wiki for installing the fbtft driver on your pi/pi2 (Your PI will not boot with the LCD attached until the right overlay is specified in /boot/config.txt)
- Clone my repo onto your pi
git clone git@github.com:acidjazz/jbtekoverlay.git
- Copy my overlay file
jbtek-overlay.dtb
to/boot/overlays
as root
sudo cp jbtekoverlay/jbtek-overlay.dtb /boot/overlays/.
- Specify this overlay file in your
/boot/config.txt
along with activating SPI
dtparam=spi=on
dtoverlay=jbtek
- reboot your raspberry pi