diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/bitmaps/native/SOURCES | 2 | ||||
| -rw-r--r-- | apps/bitmaps/native/rockboxlogo.128x40x16.bmp | bin | 0 -> 10294 bytes | |||
| -rw-r--r-- | apps/plugins/SOURCES | 6 | ||||
| -rw-r--r-- | apps/plugins/pacbox/SOURCES | 2 | ||||
| -rw-r--r-- | apps/plugins/sudoku/SOURCES | 2 |
5 files changed, 12 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index e8cff9f..ca4bf47 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -3,6 +3,8 @@ /* Rockbox logo */ #if (LCD_DEPTH == 1) rockboxlogo.112x37x1.bmp +#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 16) +rockboxlogo.128x40x16.bmp #elif (LCD_WIDTH == 138) && (LCD_DEPTH == 2) rockboxlogo.138x46x2.bmp #elif (LCD_WIDTH == 160) && (LCD_DEPTH == 2) diff --git a/apps/bitmaps/native/rockboxlogo.128x40x16.bmp b/apps/bitmaps/native/rockboxlogo.128x40x16.bmp Binary files differnew file mode 100644 index 0000000..b7a81c5 --- /dev/null +++ b/apps/bitmaps/native/rockboxlogo.128x40x16.bmp diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 1ab3361..1874eda 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -35,7 +35,9 @@ mandelbrot.c plasma.c bounce.c +#ifndef IRIVER_H10_5GB bubbles.c +#endif #if LCD_WIDTH != 128 /* These need adjusting for the iRiver if'p screen */ brickmania.c @@ -44,7 +46,9 @@ calculator.c chip8.c demystify.c flipit.c +#ifndef IRIVER_H10_5GB jewels.c +#endif minesweeper.c oscilloscope.c pong.c @@ -62,7 +66,9 @@ tetrox.c video.c #endif vu_meter.c +#ifndef IRIVER_H10_5GB wormlet.c +#endif #ifdef CONFIG_RTC clock.c diff --git a/apps/plugins/pacbox/SOURCES b/apps/plugins/pacbox/SOURCES index cedcda1..188fc53 100644 --- a/apps/plugins/pacbox/SOURCES +++ b/apps/plugins/pacbox/SOURCES @@ -1,3 +1,4 @@ +#ifndef IRIVER_H10_5GB arcade.c pacbox.c hardware.c @@ -10,3 +11,4 @@ pacbox_lcd.c #if defined(CPU_COLDFIRE) pacbox_cf.S #endif +#endif diff --git a/apps/plugins/sudoku/SOURCES b/apps/plugins/sudoku/SOURCES index 7cce555..20d8121 100644 --- a/apps/plugins/sudoku/SOURCES +++ b/apps/plugins/sudoku/SOURCES @@ -1,3 +1,5 @@ +#ifndef IRIVER_H10_5GB sudoku.c generator.c templates.c +#endif |