summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/lcd-h100-remote.c4
-rw-r--r--firmware/export/config-h100.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/firmware/drivers/lcd-h100-remote.c b/firmware/drivers/lcd-h100-remote.c
index 256934613a..c7c2f08167 100644
--- a/firmware/drivers/lcd-h100-remote.c
+++ b/firmware/drivers/lcd-h100-remote.c
@@ -390,7 +390,7 @@ void lcd_remote_update (void)
390 for (y = 0; y < LCD_REMOTE_HEIGHT / 8; y++) 390 for (y = 0; y < LCD_REMOTE_HEIGHT / 8; y++)
391 { 391 {
392 lcd_remote_write_command(LCD_REMOTE_CNTL_SET_PAGE_ADDRESS | y); 392 lcd_remote_write_command(LCD_REMOTE_CNTL_SET_PAGE_ADDRESS | y);
393 lcd_remote_write_command_ex(0x10, 0x00); 393 lcd_remote_write_command_ex(0x10, 0x04);
394 lcd_remote_write_data(lcd_remote_framebuffer[y], LCD_REMOTE_WIDTH); 394 lcd_remote_write_data(lcd_remote_framebuffer[y], LCD_REMOTE_WIDTH);
395 } 395 }
396} 396}
@@ -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 | 0x0); // init line 426 lcd_remote_write_command(LCD_REMOTE_CNTL_INIT_LINE | 0x1); // 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
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 0044e28009..0052b7246f 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -9,8 +9,8 @@
9#define LCD_HEIGHT 128 9#define LCD_HEIGHT 128
10 10
11/* remote LCD */ 11/* remote LCD */
12#define LCD_REMOTE_WIDTH 134 12#define LCD_REMOTE_WIDTH 128
13#define LCD_REMOTE_HEIGHT 65 13#define LCD_REMOTE_HEIGHT 64
14 14
15#define CONFIG_KEYPAD IRIVER_H100_PAD 15#define CONFIG_KEYPAD IRIVER_H100_PAD
16 16