X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/a7be12a4e68fcaaa92f81a394bc316a592ec6270..5c2141756385058897145c8da49ec13204c4b0b0:/drivers/displays/tft/hw/readme.txt diff --git a/drivers/displays/tft/hw/readme.txt b/drivers/displays/tft/hw/readme.txt index 6e318f8..9635fc6 100644 --- a/drivers/displays/tft/hw/readme.txt +++ b/drivers/displays/tft/hw/readme.txt @@ -1,5 +1,5 @@ -HW-Specific LCD Drivers -======================= +HW-Specific TFT and RGB OLED Drivers +==================================== hx8340b - 176x220 16-bit display (Bit-banged SPI interface) ILI9325 - 240x320 16-bit display (8-bit interface) @@ -9,8 +9,9 @@ st7783 - 240x320 16-bit display (8-bit interface) ssd1331 - 96x64 16-bit OLED display (Bit-banged SPI interface) ssd1351 - 128x128 16-bit OLED display (Bit-banged SPI interface) - -NOTE: Only the ILI9325 and ILI9328 drivers have been fully tested. -The others are incomplete or have only been partially tested. (The +NOTE: Only ILI9328 driver have been fully tested. The others may +be incomplete, or have only been partially tested. (The ST7783 driver, for example, has issues when the screen orientation -is set to landscape.) \ No newline at end of file +is set to landscape.) The basic initialisation sequences should +all work, but some further optimisation is likely required on some +of these to get the best possible performance out of them. \ No newline at end of file