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, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-1bit-vert.c b/firmware/drivers/lcd-1bit-vert.c
index 6ae92af72b..62dfab0180 100644
--- a/firmware/drivers/lcd-1bit-vert.c
+++ b/firmware/drivers/lcd-1bit-vert.c
@@ -37,7 +37,7 @@
37 37
38/*** globals ***/ 38/*** globals ***/
39 39
40unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH]; 40unsigned char lcd_framebuffer[LCD_FBHEIGHT][LCD_FBWIDTH];
41 41
42static int drawmode = DRMODE_SOLID; 42static int drawmode = DRMODE_SOLID;
43static int xmargin = 0; 43static int xmargin = 0;