diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-12-17 22:37:13 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-12-17 22:37:13 +0100 |
commit | 43be869ab7d39fd94b0f166880260d27fcd62839 (patch) | |
tree | accd3bc6bd6804b051242d653cc4cd4066930b1e /drivers | |
parent | e33d7d353be4d87aa151515718749b37b12394a4 (diff) | |
download | uGFX-43be869ab7d39fd94b0f166880260d27fcd62839.tar.gz uGFX-43be869ab7d39fd94b0f166880260d27fcd62839.tar.bz2 uGFX-43be869ab7d39fd94b0f166880260d27fcd62839.zip |
Remove obsolete file
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gdisp/readme.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/drivers/gdisp/readme.txt b/drivers/gdisp/readme.txt deleted file mode 100644 index 5cb576a0..00000000 --- a/drivers/gdisp/readme.txt +++ /dev/null @@ -1,28 +0,0 @@ -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) |