summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-1bit-vert.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-1bit-vert.c')
-rw-r--r--firmware/drivers/lcd-1bit-vert.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/drivers/lcd-1bit-vert.c b/firmware/drivers/lcd-1bit-vert.c
index fcf5dfcc47..fd77ba7578 100644
--- a/firmware/drivers/lcd-1bit-vert.c
+++ b/firmware/drivers/lcd-1bit-vert.c
@@ -105,9 +105,7 @@ void LCDFN(update_viewport_rect)(int x, int y, int width, int height)
105void LCDFN(init)(void) 105void LCDFN(init)(void)
106{ 106{
107 LCDFN(clear_display)(); 107 LCDFN(clear_display)();
108#ifndef SIMULATOR
109 LCDFN(init_device)(); 108 LCDFN(init_device)();
110#endif
111#ifdef MAIN_LCD 109#ifdef MAIN_LCD
112 scroll_init(); 110 scroll_init();
113#endif 111#endif