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:
parent
130a0270bf
commit
aa7ff208ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue