diff options
| -rw-r--r-- | firmware/drivers/lcd-h100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-h100.c b/firmware/drivers/lcd-h100.c index 8410d2c..99b6cb6 100644 --- a/firmware/drivers/lcd-h100.c +++ b/firmware/drivers/lcd-h100.c @@ -91,7 +91,7 @@ static int curfont = FONT_SYSFIXED; static int xoffset = 0; /* needed for flip */ #endif -unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH]; +unsigned char lcd_framebuffer[LCD_HEIGHT/8][LCD_WIDTH] __attribute__ ((section(".idata"))); /* All zeros and ones bitmaps for area filling */ static const unsigned char zeros[16] = { |