Skip to content
forked from notro/fbtft

Linux Framebuffer drivers for small TFT LCD display modules

Notifications You must be signed in to change notification settings

FunRobots/fbtft

This branch is 1 commit behind notro/fbtft:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

354cbeb · Mar 5, 2015
Mar 5, 2015
Jan 18, 2013
Nov 28, 2014
Nov 28, 2014
Jan 19, 2015
Nov 28, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Dec 5, 2014
Dec 5, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Aug 16, 2014
Nov 28, 2014
Aug 16, 2014
Aug 16, 2014
Aug 31, 2013
Dec 5, 2014
Sep 10, 2013
Nov 2, 2014
Aug 16, 2014
Dec 7, 2014
Aug 9, 2014

Repository files navigation

  FBTFT
=========

2015-01-19
The FBTFT drivers are now in the Linux kernel staging tree: https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
Development in this github repo has ceased.


Linux Framebuffer drivers for small TFT LCD display modules.
The module 'fbtft' makes writing drivers for some of these displays very easy.

Development is done on a Raspberry Pi running the Raspbian "wheezy" distribution.

INSTALLATION
  Download kernel sources

  From Linux 3.15  
    cd drivers/video/fbdev
    git clone https://github.com/notro/fbtft.git
    
    Add to drivers/video/fbdev/Kconfig:   source "drivers/video/fbdev/fbtft/Kconfig"
    Add to drivers/video/fbdev/Makefile:  obj-y += fbtft/
  
  Before Linux 3.15  
    cd drivers/video
    git clone https://github.com/notro/fbtft.git
    
    Add to drivers/video/Kconfig:   source "drivers/video/fbtft/Kconfig"
    Add to drivers/video/Makefile:  obj-y += fbtft/
  
  Enable driver(s) in menuconfig and build the kernel


See wiki for more information: https://github.com/notro/fbtft/wiki


Source: https://github.com/notro/fbtft/

About

Linux Framebuffer drivers for small TFT LCD display modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Makefile 0.7%