aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2017-02-18 16:32:34 +0100
committerJoel Bodenmann <joel@embedded.pro>2017-02-18 16:32:34 +0100
commit8411fd1f036baa58d7b23253e64c3b0f016c2671 (patch)
treea0e8225e9d838e28ff1f89e805799ccd72e0b693 /drivers
parent50c89877c36b5f588d33f1098c2ea000a88e8407 (diff)
downloaduGFX-8411fd1f036baa58d7b23253e64c3b0f016c2671.tar.gz
uGFX-8411fd1f036baa58d7b23253e64c3b0f016c2671.tar.bz2
uGFX-8411fd1f036baa58d7b23253e64c3b0f016c2671.zip
Updating drivers list
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gdisp/readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gdisp/readme.txt b/drivers/gdisp/readme.txt
index a898066b..41105951 100644
--- a/drivers/gdisp/readme.txt
+++ b/drivers/gdisp/readme.txt
@@ -2,6 +2,7 @@ A list of current display drivers:
ED060SC4 - E-Ink display
framebuffer - Supports any non-palletized, non-bitpacked color display with a framebuffer
+Fb24bpp - Same as 'framebuffer' driver but supports RGB888 and BGR888 packed framebuffer formats.
HX8347D - Mid-sized color LCD displays eg RGB565 320x240
ILI9320 - Mid-sized color LCD displays eg RGB565 320x240
ILI9325 - Mid-sized color LCD displays eg RGB565 320x240
@@ -29,6 +30,7 @@ ST7565 - Small monochrome LCD
STM32LTDC - STM32 ART graphics STM32F4 and STM32F7 series CPU's
TestStub - NULL driver just to test compile
TLS8204 - Small monochrome LCD
+UC8173 - E-Ink display driver
QImage - Driver that allows rendering into a QImage object (of the Qt framework)
uGFXnet - Remote Network display (in drivers/multiple/uGFXnet directory)
Win32 - Microsoft Windows (in drivers/multiple/Win32 directory)