summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-12-21 06:59:17 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-12-21 06:59:17 +0000
commite91091b530a6269c217ccb86eae91f7210357011 (patch)
treeb68df5e72cb82c85246eb83ea432ab31d7eef787
parentdddab541513c12982f649ac6498c425d40517613 (diff)
Major speedup of iPod nano 2G. Part 6: Use faster LCD interface configuration. Tested for LDS and ILI type displays. Speedup is +99% for RGB and +5% for YUV.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28868 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/target/arm/s5l8700/ipodnano2g/lcd-nano2g.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/s5l8700/ipodnano2g/lcd-nano2g.c b/firmware/target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
index 612d4f95f3..d6cb2f316b 100644
--- a/firmware/target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
+++ b/firmware/target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
@@ -321,7 +321,7 @@ void lcd_init_device(void)
LCD_CON |= 0x100; /* use 16 bit bus width, little endian */
}
- LCD_PHTIME = 0x22; /* Set Phase Time reg (relevant for LCD IF speed) */
+ LCD_PHTIME = 0x00; /* Set Phase Time (faster LCD IF than Apple OF) */
lcd_ispowered = true;
}