summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-recorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-recorder.c')
-rw-r--r--firmware/drivers/lcd-recorder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c
index 0a95e82c3d..9cc677ce15 100644
--- a/firmware/drivers/lcd-recorder.c
+++ b/firmware/drivers/lcd-recorder.c
@@ -103,7 +103,9 @@ static struct scrollinfo scroll[SCROLLABLE_LINES];
103static int xmargin = 0; 103static int xmargin = 0;
104static int ymargin = 0; 104static int ymargin = 0;
105static int curfont = FONT_SYSFIXED; 105static int curfont = FONT_SYSFIXED;
106#ifndef SIMULATOR
106static int xoffset = 0; /* needed for flip */ 107static int xoffset = 0; /* needed for flip */
108#endif
107 109
108unsigned char lcd_framebuffer[LCD_WIDTH][LCD_HEIGHT/8]; 110unsigned char lcd_framebuffer[LCD_WIDTH][LCD_HEIGHT/8];
109 111