summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/lcd-h100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-h100.c b/firmware/drivers/lcd-h100.c
index 8410d2ca6c..99b6cb6b79 100644
--- a/firmware/drivers/lcd-h100.c
+++ b/firmware/drivers/lcd-h100.c
@@ -91,7 +91,7 @@ static int curfont = FONT_SYSFIXED;
91static int xoffset = 0; /* needed for flip */ 91static int xoffset = 0; /* needed for flip */
92#endif 92#endif
93 93
94unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH]; 94unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH] __attribute__ ((section(".idata")));
95 95
96/* All zeros and ones bitmaps for area filling */ 96/* All zeros and ones bitmaps for area filling */
97static const unsigned char zeros[16] = { 97static const unsigned char zeros[16] = {