C
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
Kconfig | ||
|
|
Makefile | ||
|
|
README | ||
|
|
fb_hx8340bn.c | ||
|
|
fb_hx8347d.c | ||
|
|
fb_ili9320.c | ||
|
|
fb_ili9325.c | ||
|
|
fb_ili9341.c | ||
|
|
fb_pcd8544.c | ||
|
|
fb_ssd1289.c | ||
|
|
fb_ssd1331.c | ||
|
|
fb_ssd1331b.c | ||
|
|
fb_ssd1351.c | ||
|
|
fb_st7735r.c | ||
|
|
fb_watterott.c | ||
|
|
fbtft-bus.c | ||
|
|
fbtft-core.c | ||
|
|
fbtft-io.c | ||
|
|
fbtft-sysfs.c | ||
|
|
fbtft.h | ||
|
|
fbtft_device.c | ||
|
|
flexfb.c | ||
README
FBTFT ========= Linux Framebuffer drivers for small TFT LCD display modules. The module 'fbft' 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 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/