Mamta Shukla 48b775ca0f staging: fbtft: Prefer using the BIT macro 6 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 f8ff6b2d4a staging/fbtft: Update TODO and mailing lists 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 0b1533c6c6 staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issues - Style 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 0b1533c6c6 staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issues - Style 7 years ago
fb_ili9320.c 0b1533c6c6 staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issues - Style 7 years ago
fb_ili9325.c 0b1533c6c6 staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issues - Style 7 years ago
fb_ili9340.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ili9341.c 0b1533c6c6 staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issues - Style 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 c21cbb5ee3 staging: fbtft: Adjust some empty-line problems - Style 7 years ago
fb_s6d1121.c c21cbb5ee3 staging: fbtft: Adjust some empty-line problems - Style 7 years ago
fb_sh1106.c 1315e8bad8 staging: fbtft: Erases some repetitive usage of function name - Style 7 years ago
fb_ssd1289.c c21cbb5ee3 staging: fbtft: Adjust some empty-line problems - Style 7 years ago
fb_ssd1305.c 78c00ccc52 staging: fbtft: remove redundant license text 7 years ago
fb_ssd1306.c 1315e8bad8 staging: fbtft: Erases some repetitive usage of function name - Style 7 years ago
fb_ssd1325.c 1315e8bad8 staging: fbtft: Erases some repetitive usage of function name - Style 7 years ago
fb_ssd1331.c 1315e8bad8 staging: fbtft: Erases some repetitive usage of function name - Style 7 years ago
fb_ssd1351.c 1315e8bad8 staging: fbtft: Erases some repetitive usage of function name - Style 7 years ago
fb_st7735r.c 333c7b9405 staging: fbtft: Fixes some alignment issues - Style 7 years ago
fb_st7789v.c 333c7b9405 staging: fbtft: Fixes some alignment issues - Style 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 1315e8bad8 staging: fbtft: Erases some repetitive usage of function name - Style 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 333c7b9405 staging: fbtft: Fixes some alignment issues - Style 7 years ago
fbtft-bus.c 333c7b9405 staging: fbtft: Fixes some alignment issues - Style 7 years ago
fbtft-core.c 1b989094ba staging: fbtft: Add spaces around / - Style 7 years ago
fbtft-io.c 333c7b9405 staging: fbtft: Fixes some alignment issues - Style 7 years ago
fbtft-sysfs.c 333c7b9405 staging: fbtft: Fixes some alignment issues - Style 7 years ago
fbtft.h 48b775ca0f staging: fbtft: Prefer using the BIT macro 6 years ago
fbtft_device.c c21cbb5ee3 staging: fbtft: Adjust some empty-line problems - Style 7 years ago
flexfb.c 5bfac06f3e staging: fbtft: Removes one nesting level to help readability - Style 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/