summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipzip.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-10-31 20:17:04 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-10-31 20:17:04 +0000
commit58543296c967096e3814a7abf65c84296d99d499 (patch)
tree55b61bad7ad0edc610328bcdb0e98dd87de5817b /firmware/export/config/sansaclipzip.h
parentd11e5201dccfb74f2c445500958b47d9ddcee741 (diff)
downloadrockbox-58543296c967096e3814a7abf65c84296d99d499.tar.gz
rockbox-58543296c967096e3814a7abf65c84296d99d499.zip
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
Diffstat (limited to 'firmware/export/config/sansaclipzip.h')
-rw-r--r--firmware/export/config/sansaclipzip.h2
1 files changed, 1 insertions, 1 deletions
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 @@
54#define LCD_WIDTH 96 54#define LCD_WIDTH 96
55#define LCD_HEIGHT 96 55#define LCD_HEIGHT 96
56#define LCD_DEPTH 16 /* 65536 colours */ 56#define LCD_DEPTH 16 /* 65536 colours */
57#define LCD_PIXELFORMAT RGB565SWAPPED 57#define LCD_PIXELFORMAT RGB565
58 58
59/* define this if you have LCD enable function */ 59/* define this if you have LCD enable function */
60#define HAVE_LCD_ENABLE 60#define HAVE_LCD_ENABLE