summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/bitmaps/native/SOURCES2
-rw-r--r--apps/bitmaps/native/rockboxlogo.128x40x16.bmpbin0 -> 10294 bytes
-rw-r--r--apps/plugins/SOURCES6
-rw-r--r--apps/plugins/pacbox/SOURCES2
-rw-r--r--apps/plugins/sudoku/SOURCES2
5 files changed, 12 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES
index e8cff9f670..ca4bf47bd3 100644
--- a/apps/bitmaps/native/SOURCES
+++ b/apps/bitmaps/native/SOURCES
@@ -3,6 +3,8 @@
3/* Rockbox logo */ 3/* Rockbox logo */
4#if (LCD_DEPTH == 1) 4#if (LCD_DEPTH == 1)
5rockboxlogo.112x37x1.bmp 5rockboxlogo.112x37x1.bmp
6#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 16)
7rockboxlogo.128x40x16.bmp
6#elif (LCD_WIDTH == 138) && (LCD_DEPTH == 2) 8#elif (LCD_WIDTH == 138) && (LCD_DEPTH == 2)
7rockboxlogo.138x46x2.bmp 9rockboxlogo.138x46x2.bmp
8#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 2) 10#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 2)
diff --git a/apps/bitmaps/native/rockboxlogo.128x40x16.bmp b/apps/bitmaps/native/rockboxlogo.128x40x16.bmp
new file mode 100644
index 0000000000..b7a81c5961
--- /dev/null
+++ b/apps/bitmaps/native/rockboxlogo.128x40x16.bmp
Binary files differ
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 1ab3361ac7..1874eda18d 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -35,7 +35,9 @@ mandelbrot.c
35plasma.c 35plasma.c
36 36
37bounce.c 37bounce.c
38#ifndef IRIVER_H10_5GB
38bubbles.c 39bubbles.c
40#endif
39#if LCD_WIDTH != 128 41#if LCD_WIDTH != 128
40/* These need adjusting for the iRiver if'p screen */ 42/* These need adjusting for the iRiver if'p screen */
41brickmania.c 43brickmania.c
@@ -44,7 +46,9 @@ calculator.c
44chip8.c 46chip8.c
45demystify.c 47demystify.c
46flipit.c 48flipit.c
49#ifndef IRIVER_H10_5GB
47jewels.c 50jewels.c
51#endif
48minesweeper.c 52minesweeper.c
49oscilloscope.c 53oscilloscope.c
50pong.c 54pong.c
@@ -62,7 +66,9 @@ tetrox.c
62video.c 66video.c
63#endif 67#endif
64vu_meter.c 68vu_meter.c
69#ifndef IRIVER_H10_5GB
65wormlet.c 70wormlet.c
71#endif
66 72
67#ifdef CONFIG_RTC 73#ifdef CONFIG_RTC
68clock.c 74clock.c
diff --git a/apps/plugins/pacbox/SOURCES b/apps/plugins/pacbox/SOURCES
index cedcda1363..188fc53c1f 100644
--- a/apps/plugins/pacbox/SOURCES
+++ b/apps/plugins/pacbox/SOURCES
@@ -1,3 +1,4 @@
1#ifndef IRIVER_H10_5GB
1arcade.c 2arcade.c
2pacbox.c 3pacbox.c
3hardware.c 4hardware.c
@@ -10,3 +11,4 @@ pacbox_lcd.c
10#if defined(CPU_COLDFIRE) 11#if defined(CPU_COLDFIRE)
11pacbox_cf.S 12pacbox_cf.S
12#endif 13#endif
14#endif
diff --git a/apps/plugins/sudoku/SOURCES b/apps/plugins/sudoku/SOURCES
index 7cce555c93..20d8121175 100644
--- a/apps/plugins/sudoku/SOURCES
+++ b/apps/plugins/sudoku/SOURCES
@@ -1,3 +1,5 @@
1#ifndef IRIVER_H10_5GB
1sudoku.c 2sudoku.c
2generator.c 3generator.c
3templates.c 4templates.c
5#endif