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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c
index a711a8fa6d..00fa63cd4e 100644
--- a/firmware/drivers/lcd-recorder.c
+++ b/firmware/drivers/lcd-recorder.c
@@ -106,6 +106,9 @@ static int curfont = FONT_SYSFIXED;
106static int xoffset; /* needed for flip */ 106static int xoffset; /* needed for flip */
107#endif 107#endif
108 108
109int lcd_width = 112;
110int lcd_height = 64;
111
109unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH]; 112unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH];
110 113
111/* All zeros and ones bitmaps for area filling */ 114/* All zeros and ones bitmaps for area filling */