Skip to content

acidjazz/jbtekoverlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages