diff options
| -rw-r--r-- | firmware/drivers/lcd-recorder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c index 0a95e82..9cc677c 100644 --- a/firmware/drivers/lcd-recorder.c +++ b/firmware/drivers/lcd-recorder.c @@ -103,7 +103,9 @@ static struct scrollinfo scroll[SCROLLABLE_LINES]; static int xmargin = 0; static int ymargin = 0; static int curfont = FONT_SYSFIXED; +#ifndef SIMULATOR static int xoffset = 0; /* needed for flip */ +#endif unsigned char lcd_framebuffer[LCD_WIDTH][LCD_HEIGHT/8]; |