Updating drivers list
This commit is contained in:
parent
170869dea9
commit
aa474ef037
1 changed files with 36 additions and 35 deletions
|
@ -1,37 +1,38 @@
|
||||||
A list of current display drivers:
|
A list of current display drivers:
|
||||||
|
|
||||||
ED060SC4 - E-Ink display
|
AlteraFramereader - Support for the "Altera Frame Reader IP Core"
|
||||||
framebuffer - Supports any non-palletized, non-bitpacked color display with a framebuffer
|
ED060SC4 - E-Ink display
|
||||||
Fb24bpp - Same as 'framebuffer' driver but supports RGB888 and BGR888 packed framebuffer formats.
|
framebuffer - Supports any non-palletized, non-bitpacked color display with a framebuffer
|
||||||
HX8347D - Mid-sized color LCD displays eg RGB565 320x240
|
Fb24bpp - Same as 'framebuffer' driver but supports RGB888 and BGR888 packed framebuffer formats.
|
||||||
ILI9320 - Mid-sized color LCD displays eg RGB565 320x240
|
HX8347D - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
ILI9325 - Mid-sized color LCD displays eg RGB565 320x240
|
ILI9320 - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
ILI9341 - Mid-sized color LCD displays eg RGB565 320x240
|
ILI9325 - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
ILI9342 - 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)
|
ILI9342 - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
ILI9481 - Mid-sized color LCD displays eg RGB565 320x240
|
ILI93xx - Mid-sized color LCD displays eg RGB565 320x240 (attempt at a common driver)
|
||||||
LGDP4532 - Mid-sized color LCD displays eg RGB565 320x240
|
ILI9481 - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
Nokia6610GE8 - Small (130x130) 12bit color LCD
|
LGDP4532 - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
Nokia6610GE12 - Small (130x130) 12bit color LCD (untested)
|
Nokia6610GE8 - Small (130x130) 12bit color LCD
|
||||||
PCD8544 - Small monochrome LCD
|
Nokia6610GE12 - Small (130x130) 12bit color LCD (untested)
|
||||||
PCF8812 - Small monochrome LCD
|
PCD8544 - Small monochrome LCD
|
||||||
R61505U - Mid-sized color LCD displays eg RGB565 320x240
|
PCF8812 - Small monochrome LCD
|
||||||
RA8875 - Mid-sized color LCD displays eg RGB565 320x240
|
R61505U - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
S6D1121 - Mid-sized color LCD displays eg RGB565 320x240
|
RA8875 - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
SPFD54124B - Mid-sized color LCD displays eg RGB565 320x240
|
S6D1121 - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
SSD1289 - Mid-sized color LCD displays eg RGB565 320x240
|
SPFD54124B - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
SSD1306 - Small monochrome LCD
|
SSD1289 - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
SSD1331 - Small hardware accelerated OLED display RGB565 96x64
|
SSD1306 - Small monochrome LCD
|
||||||
SSD1351 - Mid-sized color LCD displays eg RGB565 320x240
|
SSD1331 - Small hardware accelerated OLED display RGB565 96x64
|
||||||
SSD1848 - Small grayscale LCD eg 2-Bit 130x130
|
SSD1351 - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
SSD1963 - Mid-sized color LCD displays eg RGB565 320x240
|
SSD1848 - Small grayscale LCD eg 2-Bit 130x130
|
||||||
SSD2119 - Mid-sized color LCD displays eg RGB565 320x240
|
SSD1963 - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
ST7565 - Small monochrome LCD
|
SSD2119 - Mid-sized color LCD displays eg RGB565 320x240
|
||||||
STM32LTDC - STM32 ART graphics STM32F4 and STM32F7 series CPU's
|
ST7565 - Small monochrome LCD
|
||||||
TestStub - NULL driver just to test compile
|
STM32LTDC - STM32 ART graphics STM32F4 and STM32F7 series CPU's
|
||||||
TLS8204 - Small monochrome LCD
|
TestStub - NULL driver just to test compile
|
||||||
UC8173 - E-Ink display driver
|
TLS8204 - Small monochrome LCD
|
||||||
QImage - Driver that allows rendering into a QImage object (of the Qt framework)
|
UC8173 - E-Ink display driver
|
||||||
uGFXnet - Remote Network display (in drivers/multiple/uGFXnet directory)
|
QImage - Driver that allows rendering into a QImage object (of the Qt framework)
|
||||||
Win32 - Microsoft Windows (in drivers/multiple/Win32 directory)
|
uGFXnet - Remote Network display (in drivers/multiple/uGFXnet directory)
|
||||||
X - X Windows (Xlib) (in drivers/multiple/X directory)
|
Win32 - Microsoft Windows (in drivers/multiple/Win32 directory)
|
||||||
|
X - X Windows (Xlib) (in drivers/multiple/X directory)
|
||||||
|
|
Loading…
Add table
Reference in a new issue