summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-h100.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-h100.c')
-rw-r--r--firmware/drivers/lcd-h100.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/firmware/drivers/lcd-h100.c b/firmware/drivers/lcd-h100.c
index 379838d068..1a40a2535c 100644
--- a/firmware/drivers/lcd-h100.c
+++ b/firmware/drivers/lcd-h100.c
@@ -60,11 +60,7 @@
60 60
61/*** globals ***/ 61/*** globals ***/
62 62
63unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH] 63unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH] IDATA_ATTR;
64#ifndef SIMULATOR
65 __attribute__ ((section(".idata")))
66#endif
67 ;
68 64
69static int drawmode = DRMODE_SOLID; 65static int drawmode = DRMODE_SOLID;
70static int xmargin = 0; 66static int xmargin = 0;