ugfx/drivers/gdisp
Joel Bodenmann 59c9565df7 Adding ILI9488 display driver 2016-11-27 17:06:33 +01:00
..
ED060SC4 ED060SC4 driver remove redundant files 2016-02-27 11:54:58 +10:00
HX8347D Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
ILI93xx Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
ILI9225 Added ILI9225 driver 2016-08-19 23:50:23 +03:00
ILI9320 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
ILI9325 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
ILI9341 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
ILI9342 Small fixes to ILI9342 2015-12-22 13:25:27 +10:00
ILI9481 Fix in ILI9481 driver code 2016-03-29 12:17:29 +02:00
ILI9488 Adding ILI9488 display driver 2016-11-27 17:06:33 +01:00
LGDP4532 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
Nokia6610GE8 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
Nokia6610GE12 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
PCD8544 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
PCF8812 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
QImage Adding QImage display driver 2016-07-19 01:24:05 +02:00
R61505U Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
RA8875 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
S6D1121 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
SPFD54124B Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
SSD1289 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
SSD1306 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
SSD1331 Some gdisp drivers release_bus() calls are in the wrong spot compared to post_init_board() 2015-11-27 11:08:10 +10:00
SSD1351 Some gdisp drivers release_bus() calls are in the wrong spot compared to post_init_board() 2015-11-27 11:08:10 +10:00
SSD1848 Add SSD1848 driver by czhou 2016-04-25 14:57:36 +10:00
SSD1963 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
SSD2119 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
ST7565 Minor improvement to the ST7565 driver 2016-08-26 21:45:41 +02:00
ST7735 Increased st7735 refresh rate - no more flicker 2016-08-19 23:45:52 +03:00
STM32LTDC Workaround for using RGB888 with STM32LTDC driver 2016-06-26 11:07:21 +02:00
TLS8204 Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
TestStub Make all include paths in ugfx relative. 2015-11-21 19:27:08 +10:00
framebuffer Update framebuffer driver for better information hiding 2016-04-25 14:55:54 +10:00
readme.txt Adding QImage display driver 2016-07-19 01:24:05 +02: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
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
SSD1848       - Small grayscale LCD eg 2-Bit 130x130
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
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)
X             - X Windows (Xlib) (in drivers/multiple/X directory)