diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-05 07:10:01 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-05 07:10:01 +0000 |
| commit | 0f951b1de817eaf311a6d2bc949865cc80c61201 (patch) | |
| tree | f95d054c3d54de2e7e94a8429a690716aeaa0443 /firmware/export/config | |
| parent | 5b8aca84dca69bad86c2f01811e91faad130ecae (diff) | |
| download | rockbox-0f951b1de817eaf311a6d2bc949865cc80c61201.zip rockbox-0f951b1de817eaf311a6d2bc949865cc80c61201.tar.gz rockbox-0f951b1de817eaf311a6d2bc949865cc80c61201.tar.bz2 rockbox-0f951b1de817eaf311a6d2bc949865cc80c61201.tar.xz | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index 88d7650..5db6bb9 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -86,7 +86,7 @@ #define LCD_WIDTH 220 #define LCD_HEIGHT 176 #define LCD_DEPTH 16 /* 65536 colours */ -#define LCD_PIXELFORMAT RGB565 /* rgb565 */ +#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 swapped */ /* AS3514 or newer */ |