1
0
Fork 0
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:
Dave Chapman 2005-12-18 13:04:00 +00:00
parent 3f9789b45a
commit 2a7bd9fb7b
12 changed files with 334 additions and 11 deletions

View file

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