Linus Torvalds 75f5db39ff Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi пре 10 година
..
Kconfig d4c402ff35 staging: fbtft: add support for ST7789V display controller пре 10 година
Makefile d4c402ff35 staging: fbtft: add support for ST7789V display controller пре 10 година
README b6935e2911 Staging: fbtft: remove trailing whitespace пре 11 година
fb_agm1264k-fl.c 193ef31524 Staging: fbtft: fb_agm1264k-fl: Remove unnecessary cast пре 10 година
fb_bd663474.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_hx8340bn.c 94c0a54427 staging/fbtft : Add missing whitespace around operators пре 10 година
fb_hx8347d.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_hx8353d.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_hx8357d.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_hx8357d.h 9cd491e8c3 staging: fbtft: Add support for Himax HX8357D controller пре 10 година
fb_ili9163.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_ili9320.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_ili9325.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_ili9340.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_ili9341.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_ili9481.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_ili9486.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_pcd8544.c 4b6dc179dc staging: fbtft: use alternate screen pointer пре 10 година
fb_ra8875.c e788b70f3b Staging: fbtft: fb_ra8875: Remove useless cast пре 10 година
fb_s6d02a1.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_s6d1121.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_ssd1289.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_ssd1306.c 4b6dc179dc staging: fbtft: use alternate screen pointer пре 10 година
fb_ssd1331.c f1092794c0 Staging: fbtft: fb_ssd1331: Remove unnecessary cast пре 10 година
fb_ssd1351.c ed400c9617 staging: fbtft: Fix multi-line comment style пре 10 година
fb_st7735r.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_st7789v.c ef8f317795 staging: fbtft: use init function instead of init sequence пре 10 година
fb_tinylcd.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_tls8204.c 4b6dc179dc staging: fbtft: use alternate screen pointer пре 10 година
fb_uc1611.c 4b6dc179dc staging: fbtft: use alternate screen pointer пре 10 година
fb_uc1701.c 4b6dc179dc staging: fbtft: use alternate screen pointer пре 10 година
fb_upd161704.c 64ffdc383b Staging: fbtft: Remove debug messages пре 10 година
fb_watterott.c 4b6dc179dc staging: fbtft: use alternate screen pointer пре 10 година
fbtft-bus.c 6b626c77be staging: fbtft: access screen buffer directly пре 10 година
fbtft-core.c 4b6dc179dc staging: fbtft: use alternate screen pointer пре 10 година
fbtft-io.c 248d828514 staging: fbtft: fbtft-io.c: remove extra parentheses around function arguments пре 10 година
fbtft-sysfs.c 94c0a54427 staging/fbtft : Add missing whitespace around operators пре 10 година
fbtft.h 75f5db39ff Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi пре 10 година
fbtft_device.c 646287ba9f staging: fbtft: fix voltage settings for C-Berry28 пре 10 година
flexfb.c 75f5db39ff Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi пре 10 година
internal.h 27cbc73aac Staging: fbtft: fix header guard typo пре 10 година

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/