forked from len0rd/rockbox
Correct LCD pixel format on Sansa E200
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11354 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ee9b85456f
commit
a992cd11e5
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#define LCD_WIDTH 176
|
||||
#define LCD_HEIGHT 220
|
||||
#define LCD_DEPTH 16 /* 65536 colours */
|
||||
#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */
|
||||
#define LCD_PIXELFORMAT RGB565 /* rgb565 */
|
||||
|
||||
/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue