aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-12-22 13:19:45 +1000
committerinmarket <andrewh@inmarket.com.au>2015-12-22 13:19:45 +1000
commit23b29df4c148a9b3b5c370b53b11b51afe297a19 (patch)
treeafee9d2c1ce4cbb5c7d93913d3ed29a0cd95b105 /drivers
parent1008effc0177794f75b79656a45c6636510ab4c3 (diff)
downloaduGFX-23b29df4c148a9b3b5c370b53b11b51afe297a19.tar.gz
uGFX-23b29df4c148a9b3b5c370b53b11b51afe297a19.tar.bz2
uGFX-23b29df4c148a9b3b5c370b53b11b51afe297a19.zip
Add gdisp driver readme to list the type of each driver.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gdisp/readme.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/drivers/gdisp/readme.txt b/drivers/gdisp/readme.txt
new file mode 100644
index 00000000..186b9306
--- /dev/null
+++ b/drivers/gdisp/readme.txt
@@ -0,0 +1,33 @@
+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
+ILI9342 - 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
+LGDP4532 - 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
+SSD1331 - Small hardware accelerated OLED display RGB565 96x64
+SSD1351 - Mid-sized color LCD displays eg RGB565 320x240
+SSD1963 - Mid-sized color LCD displays eg RGB565 320x240
+SSD2119 - Mid-sized color LCD displays eg RGB565 320x240
+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
+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)