diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-07-28 10:59:11 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-07-28 10:59:11 +0000 |
| commit | 8af0477dc38323f58562f586fd0259870b2e0df0 (patch) | |
| tree | a7471ce28ef9ae149c9343c3472865fe01dce98c | |
| parent | 6128ff34536de2443729913ec6922595fa29e9d5 (diff) | |
| download | rockbox-8af0477dc38323f58562f586fd0259870b2e0df0.zip rockbox-8af0477dc38323f58562f586fd0259870b2e0df0.tar.gz rockbox-8af0477dc38323f58562f586fd0259870b2e0df0.tar.bz2 rockbox-8af0477dc38323f58562f586fd0259870b2e0df0.tar.xz | |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index 5d081b4..21fa636 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -23,8 +23,6 @@ #define LCD_DEPTH 16 /* pseudo 262.144 colors */ #define LCD_PIXELFORMAT RGB565 /* rgb565 */ -#define IRAM_LCDFRAMEBUFFER IDATA_ATTR /* put the lcd frame buffer in IRAM */ - /* remote LCD */ #define LCD_REMOTE_WIDTH 128 #define LCD_REMOTE_HEIGHT 96 |