hx8347d LCD dirver
[hackover2013-badge-firmware.git] / drivers / displays / tft / hw / readme.txt
1 HW-Specific TFT and RGB OLED Drivers
2 ====================================
3
4 hx8340b - 176x220 16-bit display (Bit-banged SPI interface)
5 hx8347g - 240x320 16-bit display (8-bit interface)
6 ILI9325 - 240x320 16-bit display (8-bit interface)
7 ILI9328 - 240x320 16-bit display (8-bit interface)
8 st7735 - 128x160 16-bit display (Bit-banged SPI interface)
9 st7783 - 240x320 16-bit display (8-bit interface)
10 ssd1331 - 96x64 16-bit OLED display (Bit-banged SPI interface)
11 ssd1351 - 128x128 16-bit OLED display (Bit-banged SPI interface)
12
13 NOTE: Only ILI9328 driver have been fully tested. The others may
14 be incomplete, or have only been partially tested. (The
15 ST7783 driver, for example, has issues when the screen orientation
16 is set to landscape.) The basic initialisation sequences should
17 all work, but some further optimisation is likely required on some
18 of these to get the best possible performance out of them.
This page took 0.046143 seconds and 5 git commands to generate.