summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-h100-remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-h100-remote.c')
-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