summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd-recorder.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c
index 00fa63cd4e..a711a8fa6d 100644
--- a/firmware/drivers/lcd-recorder.c
+++ b/firmware/drivers/lcd-recorder.c
@@ -106,9 +106,6 @@ 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
112unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH]; 109unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH];
113 110
114/* All zeros and ones bitmaps for area filling */ 111/* All zeros and ones bitmaps for area filling */