]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/staging/fbtft/README
Merge tag 'pinctrl-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / fbtft / README
CommitLineData
c296d5f9
TP
1 FBTFT
2=========
3
4Linux Framebuffer drivers for small TFT LCD display modules.
5The module 'fbtft' makes writing drivers for some of these displays very easy.
6
7Development is done on a Raspberry Pi running the Raspbian "wheezy" distribution.
8
9INSTALLATION
10 Download kernel sources
11
b6935e29 12 From Linux 3.15
c296d5f9
TP
13 cd drivers/video/fbdev/fbtft
14 git clone https://github.com/notro/fbtft.git
b6935e29 15
c296d5f9
TP
16 Add to drivers/video/fbdev/Kconfig: source "drivers/video/fbdev/fbtft/Kconfig"
17 Add to drivers/video/fbdev/Makefile: obj-y += fbtft/
b6935e29
MY
18
19 Before Linux 3.15
c296d5f9
TP
20 cd drivers/video
21 git clone https://github.com/notro/fbtft.git
b6935e29 22
c296d5f9
TP
23 Add to drivers/video/Kconfig: source "drivers/video/fbtft/Kconfig"
24 Add to drivers/video/Makefile: obj-y += fbtft/
b6935e29 25
c296d5f9
TP
26 Enable driver(s) in menuconfig and build the kernel
27
28
29See wiki for more information: https://github.com/notro/fbtft/wiki
30
31
32Source: https://github.com/notro/fbtft/