projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed alpha blending at 100%
[hackover2013-badge-firmware.git]
/
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
(file)
--- a/
drivers/displays/tft/hw/readme.txt
+++ b/
drivers/displays/tft/hw/readme.txt
@@
-1,5
+1,5
@@
-HW-Specific
LC
D Drivers
-=======================
+HW-Specific
TFT and RGB OLE
D Drivers
+=======================
=============
hx8340b - 176x220 16-bit display (Bit-banged SPI interface)
ILI9325 - 240x320 16-bit display (8-bit interface)
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)
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
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
This page took
0.024485 seconds
and
4
git commands to generate.