Masanari Iida 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
..
Kconfig 3b143b5503 staging: fbtft: Add support for ili9163 controller 10 anni fa
Makefile 3b143b5503 staging: fbtft: Add support for ili9163 controller 10 anni fa
README b6935e2911 Staging: fbtft: remove trailing whitespace 11 anni fa
fb_agm1264k-fl.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fb_bd663474.c 171c44fcbb staging: fbtft: fix spacing errors 11 anni fa
fb_hx8340bn.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fb_hx8347d.c 153fe94641 staging: fbtft: Do not use binary constants 10 anni fa
fb_hx8353d.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fb_ili9163.c 3b143b5503 staging: fbtft: Add support for ili9163 controller 10 anni fa
fb_ili9320.c 153fe94641 staging: fbtft: Do not use binary constants 10 anni fa
fb_ili9325.c 153fe94641 staging: fbtft: Do not use binary constants 10 anni fa
fb_ili9340.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fb_ili9341.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fb_ili9481.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fb_ili9486.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fb_pcd8544.c 4178549e4c Staging: fbtft: fb_pcd8544: Fix comments style 10 anni fa
fb_ra8875.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fb_s6d02a1.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fb_s6d1121.c 153fe94641 staging: fbtft: Do not use binary constants 10 anni fa
fb_ssd1289.c 153fe94641 staging: fbtft: Do not use binary constants 10 anni fa
fb_ssd1306.c aed1c72e44 Staging: fbtft: clean dev_err() logging 10 anni fa
fb_ssd1331.c aed1c72e44 Staging: fbtft: clean dev_err() logging 10 anni fa
fb_ssd1351.c 153fe94641 staging: fbtft: Do not use binary constants 10 anni fa
fb_st7735r.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fb_tinylcd.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fb_tls8204.c aed1c72e44 Staging: fbtft: clean dev_err() logging 10 anni fa
fb_uc1701.c aed1c72e44 Staging: fbtft: clean dev_err() logging 10 anni fa
fb_upd161704.c 4643b70a08 Staging: fbtft: fix space errors 11 anni fa
fb_watterott.c aed1c72e44 Staging: fbtft: clean dev_err() logging 10 anni fa
fbtft-bus.c aed1c72e44 Staging: fbtft: clean dev_err() logging 10 anni fa
fbtft-core.c 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fbtft-io.c 248d828514 staging: fbtft: fbtft-io.c: remove extra parentheses around function arguments 10 anni fa
fbtft-sysfs.c 153fe94641 staging: fbtft: Do not use binary constants 10 anni fa
fbtft.h 92def781ee staging: fbtft: Fix typo in fbtft 10 anni fa
fbtft_device.c 3b143b5503 staging: fbtft: Add support for ili9163 controller 10 anni fa
flexfb.c 1f5f636c77 staging: fbtft: Add space around '=' 10 anni fa
internal.h d9fabbde63 Staging: fbtft: add header for internal functions 10 anni fa

README

FBTFT
=========

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/fbtft
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/