summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-07-28 10:59:11 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-07-28 10:59:11 +0000
commit8af0477dc38323f58562f586fd0259870b2e0df0 (patch)
treea7471ce28ef9ae149c9343c3472865fe01dce98c
parent6128ff34536de2443729913ec6922595fa29e9d5 (diff)
downloadrockbox-8af0477dc38323f58562f586fd0259870b2e0df0.tar.gz
rockbox-8af0477dc38323f58562f586fd0259870b2e0df0.zip
Put the X5 LCD frame buffer in SDRAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10349 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-iaudiox5.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 5d081b4a22..21fa636f0c 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -23,8 +23,6 @@
23#define LCD_DEPTH 16 /* pseudo 262.144 colors */ 23#define LCD_DEPTH 16 /* pseudo 262.144 colors */
24#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 24#define LCD_PIXELFORMAT RGB565 /* rgb565 */
25 25
26#define IRAM_LCDFRAMEBUFFER IDATA_ATTR /* put the lcd frame buffer in IRAM */
27
28/* remote LCD */ 26/* remote LCD */
29#define LCD_REMOTE_WIDTH 128 27#define LCD_REMOTE_WIDTH 128
30#define LCD_REMOTE_HEIGHT 96 28#define LCD_REMOTE_HEIGHT 96