staging: fbtft: add support for ST7789V display controller
authorDennis Menschel <menschel-d@posteo.de>
Wed, 7 Oct 2015 20:15:45 +0000 (22:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 17:49:12 +0000 (10:49 -0700)
commitd4c402ff3505be1cba62128b74998492566c35e6
treea303b4c1d4061bc6818dc812f7290ccb02f60d55
parent56b3152e5e8b0501ff9ef100b772df8ecb3efd82
staging: fbtft: add support for ST7789V display controller

This patch adds support for the Sitronix ST7789V display controller.
The controller is intended for small color displays with a resolution
of up to 320x240 pixels.

Signed-off-by: Dennis Menschel <menschel-d@posteo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/Kconfig
drivers/staging/fbtft/Makefile
drivers/staging/fbtft/fb_st7789v.c [new file with mode: 0644]