From 47b2b579cccc531b50e4e01d757e92fa557b949c Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Tue, 18 Aug 2009 04:10:06 +0000 Subject: LCD_DEPTH == 1 : specify if lcd framebuffer is in iram into the model specific config file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22397 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-mrobe100.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config-mrobe100.h') diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h index 3fcef555d4..84d2ab14e1 100644 --- a/firmware/export/config-mrobe100.h +++ b/firmware/export/config-mrobe100.h @@ -43,7 +43,7 @@ /* define this if you can invert the colours on your LCD */ #define HAVE_LCD_INVERT -/*#define IRAM_LCDFRAMEBUFFER IDATA_ATTR */ /* put the lcd frame buffer in IRAM */ +#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */ #ifndef BOOTLOADER /* Define this if you have an remote lcd */ -- cgit v1.2.3