forked from len0rd/rockbox
New target - iPod Video.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8261 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f9789b45a
commit
2a7bd9fb7b
12 changed files with 334 additions and 11 deletions
|
@ -103,7 +103,7 @@
|
|||
#define SWAP_TIMER 30
|
||||
|
||||
/* use 22x22 tiles */
|
||||
#if (LCD_HEIGHT == 176) && (LCD_WIDTH == 220) && \
|
||||
#if (LCD_HEIGHT >= 176) && (LCD_WIDTH >= 220) && \
|
||||
(LCD_PIXELFORMAT == RGB565SWAPPED)
|
||||
/* size of a tile */
|
||||
#define TILE_WIDTH 22
|
||||
|
@ -616,7 +616,7 @@ static unsigned short jewel[8][484] = {
|
|||
};
|
||||
|
||||
/* use 22x22 tiles */
|
||||
#elif (LCD_HEIGHT == 176) && (LCD_WIDTH == 220) && \
|
||||
#elif (LCD_HEIGHT >= 176) && (LCD_WIDTH >= 220) && \
|
||||
(LCD_PIXELFORMAT == RGB565)
|
||||
/* size of a tile */
|
||||
#define TILE_WIDTH 22
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue