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; static int xoffset; /* needed for flip */ #endif -int lcd_width = 112; -int lcd_height = 64; - unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH]; /* All zeros and ones bitmaps for area filling */