1
0
Fork 0
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:
Daniel Ankers 2006-10-26 20:01:04 +00:00
parent ee9b85456f
commit a992cd11e5

View file

@ -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 */