Linus Torvalds 0f105cf4f6 Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight 7 years ago
..
Kconfig 1bb66049da staging: fbtft: remove unused FB_TFT_SSD1325 kconfig 7 years ago
Makefile b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
README b6935e2911 Staging: fbtft: remove trailing whitespace 10 years ago
TODO f670e481ca staging: fbtft: Add TODO file with GPIO work item 7 years ago
fb_agm1264k-fl.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_bd663474.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_hx8340bn.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_hx8347d.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_hx8353d.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_hx8357d.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_hx8357d.h 783de57c52 staging: fbtft: add SPDX identifiers 7 years ago
fb_ili9163.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ili9320.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ili9325.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ili9340.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ili9341.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ili9481.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ili9486.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_pcd8544.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ra8875.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_s6d02a1.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_s6d1121.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_sh1106.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ssd1289.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ssd1305.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ssd1306.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ssd1325.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ssd1331.c 783de57c52 staging: fbtft: add SPDX identifiers 7 years ago
fb_ssd1351.c 783de57c52 staging: fbtft: add SPDX identifiers 7 years ago
fb_st7735r.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_st7789v.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_tinylcd.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_tls8204.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_uc1611.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_uc1701.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_upd161704.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_watterott.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fbtft-bus.c cc1c0eea85 staging: fbtft: Fixed lines exceeding columns limit 7 years ago
fbtft-core.c 9adfe5c89b staging: fbtft: Stop using BL_CORE_DRIVER1 7 years ago
fbtft-io.c b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
fbtft-sysfs.c b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
fbtft.h 9adfe5c89b staging: fbtft: Stop using BL_CORE_DRIVER1 7 years ago
fbtft_device.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
flexfb.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
internal.h 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago

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/