acidjazz / jbtekoverlay

JBTek 3.5" TFT LCD overlay for the Raspberry PI and PI 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JBTEK 3.5" LCD Device Tree Overlay for the Raspberry PI

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.

Installation

===

  1. 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)
  2. Clone my repo onto your pi
git clone git@github.com:acidjazz/jbtekoverlay.git
  1. Copy my overlay file jbtek-overlay.dtb to /boot/overlays as root
sudo cp jbtekoverlay/jbtek-overlay.dtb /boot/overlays/.
  1. Specify this overlay file in your /boot/config.txt along with activating SPI
dtparam=spi=on
dtoverlay=jbtek
  1. reboot your raspberry pi

About

JBTek 3.5" TFT LCD overlay for the Raspberry PI and PI 2


Languages

Language:Shell 100.0%