aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-09-17 08:44:14 +1000
committerinmarket <andrewh@inmarket.com.au>2014-09-17 08:45:24 +1000
commit7f8e1a7dead66b8966fd6a4dcebcd559a0754c8a (patch)
treee04ce16c935e3792078929bcf9e3895013c4d92e /drivers
parent90d4fe404dc90b3fcae01e46cdba893fa955cdbe (diff)
downloaduGFX-7f8e1a7dead66b8966fd6a4dcebcd559a0754c8a.tar.gz
uGFX-7f8e1a7dead66b8966fd6a4dcebcd559a0754c8a.tar.bz2
uGFX-7f8e1a7dead66b8966fd6a4dcebcd559a0754c8a.zip
Create a readme for the gdisp drivers directory listing what hardware each driver can drive.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gdisp/readme.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/gdisp/readme.txt b/drivers/gdisp/readme.txt
new file mode 100644
index 00000000..5cb576a0
--- /dev/null
+++ b/drivers/gdisp/readme.txt
@@ -0,0 +1,28 @@
+A list of current display drivers:
+
+ED060SC4 - E-Ink display
+framebuffer - Supports any non-palletized, non-bitpacked color display with a framebuffer
+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
+ILI9341 - Mid-sized color LCD displays eg RGB565 320x240
+ILI93xx - Mid-sized color LCD displays eg RGB565 320x240 (attempt at a common driver)
+ILI9481 - Mid-sized color LCD displays eg RGB565 320x240
+LGD4532 - Mid-sized color LCD displays eg RGB565 320x240
+Nokia6610GE8 - Small (130x130) 12bit color LCD
+Nokia6610GE12 - Small (130x130) 12bit color LCD (untested)
+PCD8544 - Small monochrome LCD
+PCF8812 - Small monochrome LCD
+R61505U - Mid-sized color LCD displays eg RGB565 320x240
+RA8875 - Mid-sized color LCD displays eg RGB565 320x240
+S6D1121 - Mid-sized color LCD displays eg RGB565 320x240
+SPFD54124B - Mid-sized color LCD displays eg RGB565 320x240
+SSD1289 - Mid-sized color LCD displays eg RGB565 320x240
+SSD1306 - Small monochrome LCD
+SSD1963 - Mid-sized color LCD displays eg RGB565 320x240
+SSD2119 - Mid-sized color LCD displays eg RGB565 320x240
+ST7565 - Small monochrome LCD
+TestStub - NULL driver just to test compile
+uGFXnet - Remote Network display (in drivers/multiple/uGFXnet directory)
+Win32 - Microsoft Windows (in drivers/multiple/Win32 directory)
+X - X Windows (Xlib) (in drivers/multiple/X directory)