summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
authorDaniel Ankers <dan@weirdo.org.uk>2006-10-26 20:01:04 +0000
committerDaniel Ankers <dan@weirdo.org.uk>2006-10-26 20:01:04 +0000
commita992cd11e5c410a3156b407da65a3b7dd4f63214 (patch)
treed65976ea1464f8fd0120ee6d3d597c3ea1483a56 /firmware/export/config-e200.h
parentee9b85456fb497cf632b7ffbaf1f4be42de91a0c (diff)
downloadrockbox-a992cd11e5c410a3156b407da65a3b7dd4f63214.tar.gz
rockbox-a992cd11e5c410a3156b407da65a3b7dd4f63214.zip
Correct LCD pixel format on Sansa E200
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11354 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index e0c245725a..947db4185f 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -25,7 +25,7 @@
25#define LCD_WIDTH 176 25#define LCD_WIDTH 176
26#define LCD_HEIGHT 220 26#define LCD_HEIGHT 220
27#define LCD_DEPTH 16 /* 65536 colours */ 27#define LCD_DEPTH 16 /* 65536 colours */
28#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ 28#define LCD_PIXELFORMAT RGB565 /* rgb565 */
29 29
30/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ 30/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */
31 31