summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-04-05 07:10:01 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-04-05 07:10:01 +0000
commit0f951b1de817eaf311a6d2bc949865cc80c61201 (patch)
treef95d054c3d54de2e7e94a8429a690716aeaa0443 /firmware/export/config
parent5b8aca84dca69bad86c2f01811e91faad130ecae (diff)
downloadrockbox-0f951b1de817eaf311a6d2bc949865cc80c61201.tar.gz
rockbox-0f951b1de817eaf311a6d2bc949865cc80c61201.zip
Fuzev2: use RGB565SWAPPED (pointed out by amiconn) => 91fps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25478 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansafuzev2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 88d7650ca3..5db6bb9ec4 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -86,7 +86,7 @@
86#define LCD_WIDTH 220 86#define LCD_WIDTH 220
87#define LCD_HEIGHT 176 87#define LCD_HEIGHT 176
88#define LCD_DEPTH 16 /* 65536 colours */ 88#define LCD_DEPTH 16 /* 65536 colours */
89#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 89#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 swapped */
90 90
91 91
92/* AS3514 or newer */ 92/* AS3514 or newer */