summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-11-07 09:18:24 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-11-07 09:18:24 +0000
commitbbbc2e8877535cfc199ec26576f15248a806510c (patch)
tree34722ad374723311137a07dc6f37c95fb3dba050 /firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
parentb9592e8be3b731ef393012da4ff9427a525eac2a (diff)
downloadrockbox-bbbc2e8877535cfc199ec26576f15248a806510c.tar.gz
rockbox-bbbc2e8877535cfc199ec26576f15248a806510c.zip
fuze+: fix typo in lcd init sequence for second lcd type
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30926 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c')
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
index 679fe6c85a..9b914d6945 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
@@ -350,7 +350,7 @@ static void lcd_init_seq_9325(void)
350 _lcd_write_reg(0x53, 0x13f) 350 _lcd_write_reg(0x53, 0x13f)
351 _lcd_write_reg(0x60, 0xa700) 351 _lcd_write_reg(0x60, 0xa700)
352 _lcd_write_reg(0x61, 1) 352 _lcd_write_reg(0x61, 1)
353 _lcd_write_reg(0x6a, 1) 353 _lcd_write_reg(0x6a, 0)
354 _lcd_write_reg(0x2b, 0xd) 354 _lcd_write_reg(0x2b, 0xd)
355 _mdelay(50) 355 _mdelay(50)
356 _lcd_write_reg(0x90, 0x11) 356 _lcd_write_reg(0x90, 0x11)