ugfx/drivers/gdisp
kapacuk 0f74d94288 A few minor fixes to be able to compile it on Linux with the latest GCC
- Added missing semicolon to the definition of write_data_repeat;
- Added missing parameter to release_bus() call
- Changed #include to use the lowercase file name
2018-06-20 11:52:51 +02:00
..
AlteraFramereader First set of V3 macro changes 2018-02-27 17:44:21 +10:00
ED060SC4 Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
Fb24bpp First set of V3 macro changes 2018-02-27 17:44:21 +10:00
framebuffer First set of V3 macro changes 2018-02-27 17:44:21 +10:00
HX8347D First set of V3 macro changes 2018-02-27 17:44:21 +10:00
ILI93xx First set of V3 macro changes 2018-02-27 17:44:21 +10:00
ILI9225 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
ILI9320 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
ILI9325 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
ILI9341 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
ILI9342 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
ILI9481 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
ILI9488 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
KS0108 Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
LGDP4532 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
Nokia6610GE8 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
Nokia6610GE12 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
PCD8544 Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
PCF8812 Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
QImage First set of V3 macro changes 2018-02-27 17:44:21 +10:00
R61505U First set of V3 macro changes 2018-02-27 17:44:21 +10:00
RA6963 Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
RA8875 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
S6D1121 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
SPFD54124B First set of V3 macro changes 2018-02-27 17:44:21 +10:00
SSD1289 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
SSD1306 Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
SSD1322 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
SSD1331 Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
SSD1351 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
SSD1848 Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
SSD1963 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
SSD2119 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
ST7565 Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
ST7735 A few minor fixes to be able to compile it on Linux with the latest GCC 2018-06-20 11:52:51 +02:00
STM32LTDC First set of V3 macro changes 2018-02-27 17:44:21 +10:00
TestStub First set of V3 macro changes 2018-02-27 17:44:21 +10:00
TLS8204 Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
UC1601s Change new colors to GFX_RED instead of GFXRED. Use the new color defs 2018-03-10 20:36:12 +10:00
UC1610 Fix UC1610 driver private area initialisation 2018-04-03 13:43:01 +10:00
UC8173 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
readme.txt Oops - add readme and changelog 2017-09-11 18:23:30 +10:00

A list of current display drivers:

AlteraFramereader  - Support for the "Altera Frame Reader IP Core"
ED060SC4           - E-Ink display
framebuffer        - Supports any non-palletized, non-bitpacked color display with a framebuffer
Fb24bpp            - Same as 'framebuffer' driver but supports RGB888 and BGR888 packed framebuffer formats.
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
KS0108             - Small monochrome LCD
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
RA6963             - Small monochrome LCD
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
SSD1322            - Small 16 level grayscale 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
UC8173             - E-Ink display driver
UC1601s            - Small (64x132) monochrome LCD
UC1610             - Small (78x64 or 160x104) 4 level grayscale 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)