summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-06-01 13:09:59 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-06-01 13:09:59 +0000
commit1c5374fe79bc753672f3862b829c4456212bfb20 (patch)
tree3db66507b2307e87ebe227e5a6ccc59956dddc86 /firmware/drivers
parentc95319f6fd456d1b5771c466421e1b2038a06c7c (diff)
downloadrockbox-1c5374fe79bc753672f3862b829c4456212bfb20.tar.gz
rockbox-1c5374fe79bc753672f3862b829c4456212bfb20.zip
iRiver remote LCD start line adjustment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6546 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd-h100-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-h100-remote.c b/firmware/drivers/lcd-h100-remote.c
index c7c2f08167..f0759d6328 100644
--- a/firmware/drivers/lcd-h100-remote.c
+++ b/firmware/drivers/lcd-h100-remote.c
@@ -423,7 +423,7 @@ void lcd_remote_init(void)
423 423
424 sleep(1); 424 sleep(1);
425 425
426 lcd_remote_write_command(LCD_REMOTE_CNTL_INIT_LINE | 0x1); // init line 426 lcd_remote_write_command(LCD_REMOTE_CNTL_INIT_LINE | 0x0); // init line
427 lcd_remote_write_command(LCD_REMOTE_CNTL_SET_PAGE_ADDRESS | 0x0); // page address 427 lcd_remote_write_command(LCD_REMOTE_CNTL_SET_PAGE_ADDRESS | 0x0); // page address
428 lcd_remote_write_command_ex(0x10, 0x00); // Column MSB + LSB 428 lcd_remote_write_command_ex(0x10, 0x00); // Column MSB + LSB
429 429