From a992cd11e5c410a3156b407da65a3b7dd4f63214 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Thu, 26 Oct 2006 20:01:04 +0000 Subject: Correct LCD pixel format on Sansa E200 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11354 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-e200.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') 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 @@ #define LCD_WIDTH 176 #define LCD_HEIGHT 220 #define LCD_DEPTH 16 /* 65536 colours */ -#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ +#define LCD_PIXELFORMAT RGB565 /* rgb565 */ /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ -- cgit v1.2.3