ugfx/drivers/gdisp
inmarket 38b0cdd5e8 Working STM32F746G-Discovery board + example for raw32
Working STM32LTDC video driver
2015-07-11 16:13:05 +10:00
..
ED060SC4 Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
HX8347D Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
ILI93xx Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
ILI9320 Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
ILI9325 Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
ILI9341 Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
ILI9481 Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
LGDP4532 Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
Nokia6610GE8 Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
Nokia6610GE12 Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
PCD8544 Fixes to all monochrome drivers 2015-02-07 00:07:49 +10:00
PCF8812 Fixes to all monochrome drivers 2015-02-07 00:07:49 +10:00
R61505U Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
RA8875 Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
S6D1121 Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
SPFD54124B Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
SSD1289 Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
SSD1306 Yet another SSD1306 driver fix 2015-02-07 00:10:44 +10:00
SSD1331 Fixes to SSD1331 2015-05-10 17:12:30 +10:00
SSD1351 First cut SSD1351 driver 2015-04-01 00:29:18 +10:00
SSD1963 Adding 'flipHorizontally' and 'flipVertically^optiony to SSD1963 2015-06-21 09:51:05 +02:00
SSD2119 Fixing SSD2119 orientation bug 2015-02-04 14:16:07 +01:00
ST7565 Fixes to all monochrome drivers 2015-02-07 00:07:49 +10:00
STM32F429iDiscovery Started prototyping some changes to the STM32F429iDiscovery driver. 2015-05-03 12:31:49 +10:00
STM32LTDC Working STM32F746G-Discovery board + example for raw32 2015-07-11 16:13:05 +10:00
TLS8204 More fixes to TLS8204 driver 2015-02-07 01:12:46 +10:00
TestStub Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
framebuffer Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. 2015-01-21 17:26:24 +10:00
readme.txt Create a readme for the gdisp drivers directory listing what hardware each driver can drive. 2014-09-17 08:45:24 +10:00

readme.txt

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)