From 94fc46b730d72dc54c51b206b42053b8d663bd4b Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 29 Oct 2011 22:36:47 +0000 Subject: Sansa clip zip: fix colours of icons, logos, album art * configure display for RGB (instead of BGR) colour coding * fix logo bitmap to correct size of 96x30 * fix pixel format to RGB565 swapped git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30859 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 4dc122656f..0ef11e572b 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 RGB565 +#define LCD_PIXELFORMAT RGB565SWAPPED /* define this if you have LCD enable function */ #define HAVE_LCD_ENABLE -- cgit v1.2.3