From 464e6a140598743ade31105fe78c22b8480a4761 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 11 Apr 2009 01:45:11 +0000 Subject: Fuze & e200v2: Put lcd framebuffer into iram, which saves 77k normal ram and gives 2.6%/7.6% (unboosted/boosted) lcd update speed up git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20682 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-e200v2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-e200v2.h') diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h index 7f993be512..dbd3b0c0ee 100644 --- a/firmware/export/config-e200v2.h +++ b/firmware/export/config-e200v2.h @@ -66,7 +66,8 @@ /* 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 */ +/* put the lcd frame buffer in IRAM */ +#define IRAM_LCDFRAMEBUFFER IBSS_ATTR #define CONFIG_KEYPAD SANSA_E200_PAD -- cgit v1.2.3