From 8e6619bf1dfc6797125b35bb7b4252d74c849724 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 9 Feb 2005 11:11:25 +0000 Subject: iRiver: faster screen updates with lcd frame buffer in IRAM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5864 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/lcd-h100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; 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] = { -- cgit v1.2.3