1
0
Fork 0
forked from len0rd/rockbox

let's hope we can start with using the x5 LCD in 16bits as then we can re-use

much code from the h3x0 and ipod LCD code


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8338 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2006-01-11 16:09:40 +00:00
parent 130a0270bf
commit aa7ff208ce

View file

@ -14,7 +14,7 @@
/* LCD dimensions */
#define LCD_WIDTH 160
#define LCD_HEIGHT 128
#define LCD_DEPTH 18 /* 262.144 colors */
#define LCD_DEPTH 16 /* 262.144 colors but we use 16bit for now */
/* remote LCD */
#define LCD_REMOTE_WIDTH 128