1
0
Fork 0
forked from len0rd/rockbox

oops forgot the logo build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11493 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2006-11-10 06:55:16 +00:00
parent cbce47a623
commit e3324483df

View file

@ -17,6 +17,25 @@ bubbles_bubble.220x176x1.bmp
bubbles_bubble.320x240x1.bmp bubbles_bubble.320x240x1.bmp
#endif #endif
/* Clock */
#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
clock_logo.112x64x1.bmp
#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
clock_logo.138x110x1.bmp
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
clock_logo.160x128x1.bmp
#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128)
clock_logo.128x128x1.bmp
#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
clock_logo.176x132x1.bmp
#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)
clock_logo.220x176x1.bmp
#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
clock_logo.240x320x1.bmp
#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
clock_logo.320x240x1.bmp
#endif
/* BrickMania */ /* BrickMania */
#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) #if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
brickmania_menu_items.112x64x1.bmp brickmania_menu_items.112x64x1.bmp