9635fc608642049c3a4e533cf0387a00d0e77374
[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 ILI9325 - 240x320 16-bit display (8-bit interface)
6 ILI9328 - 240x320 16-bit display (8-bit interface)
7 st7735 - 128x160 16-bit display (Bit-banged SPI interface)
8 st7783 - 240x320 16-bit display (8-bit interface)
9 ssd1331 - 96x64 16-bit OLED display (Bit-banged SPI interface)
10 ssd1351 - 128x128 16-bit OLED display (Bit-banged SPI interface)
11
12 NOTE: Only ILI9328 driver have been fully tested. The others may
13 be incomplete, or have only been partially tested. (The
14 ST7783 driver, for example, has issues when the screen orientation
15 is set to landscape.) The basic initialisation sequences should
16 all work, but some further optimisation is likely required on some
17 of these to get the best possible performance out of them.
This page took 0.043099 seconds and 3 git commands to generate.