From 58543296c967096e3814a7abf65c84296d99d499 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Mon, 31 Oct 2011 20:17:04 +0000 Subject: Sansa clip zip: attempt to fix the pixel format swappedness for good git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30873 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansaclipzip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/sansaclipzip.h') diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h index 0ef11e572b..4dc122656f 100644 --- a/firmware/export/config/sansaclipzip.h +++ b/firmware/export/config/sansaclipzip.h @@ -54,7 +54,7 @@ #define LCD_WIDTH 96 #define LCD_HEIGHT 96 #define LCD_DEPTH 16 /* 65536 colours */ -#define LCD_PIXELFORMAT RGB565SWAPPED +#define LCD_PIXELFORMAT RGB565 /* define this if you have LCD enable function */ #define HAVE_LCD_ENABLE -- cgit v1.2.3