diff options
| author | Kevin Ferrare <kevin@rockbox.org> | 2007-07-25 09:38:55 +0000 |
|---|---|---|
| committer | Kevin Ferrare <kevin@rockbox.org> | 2007-07-25 09:38:55 +0000 |
| commit | ac017781e02e361074fd4da3b3eeb14745f79f03 (patch) | |
| tree | ec3ce8eb8001b5d0d6822292ed443797b6ae1103 /apps/plugins/bitmaps | |
| parent | 9b8925e56de605e22aff3700d1cd13c70814b25f (diff) | |
| download | rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.zip rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.gz rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.bz2 rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.xz | |
Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13978 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 3 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/jackpot_slots.30x420x1.bmp | bin | 0 -> 1742 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/remote_native/SOURCES | 3 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/remote_native/jackpot_slots_remote.15x210x1.bmp | bin | 0 -> 902 bytes |
4 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 00a6e3a..50866cb 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -56,6 +56,9 @@ brickmania_powerups.176x132x16.bmp brickmania_break.176x132x16.bmp #endif +/* Jackpot */ +jackpot_slots.30x420x1.bmp + /* Bubbles */ #if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) bubbles_emblem.112x64x1.bmp diff --git a/apps/plugins/bitmaps/native/jackpot_slots.30x420x1.bmp b/apps/plugins/bitmaps/native/jackpot_slots.30x420x1.bmp Binary files differnew file mode 100644 index 0000000..5ba8c10 --- /dev/null +++ b/apps/plugins/bitmaps/native/jackpot_slots.30x420x1.bmp diff --git a/apps/plugins/bitmaps/remote_native/SOURCES b/apps/plugins/bitmaps/remote_native/SOURCES index c59aab6..d59621d 100644 --- a/apps/plugins/bitmaps/remote_native/SOURCES +++ b/apps/plugins/bitmaps/remote_native/SOURCES @@ -1,3 +1,6 @@ #if defined(SIMULATOR) && defined(__APPLE__) osx.dummy.bmp #endif + +/* Jackpot */ +jackpot_slots_remote.15x210x1.bmp diff --git a/apps/plugins/bitmaps/remote_native/jackpot_slots_remote.15x210x1.bmp b/apps/plugins/bitmaps/remote_native/jackpot_slots_remote.15x210x1.bmp Binary files differnew file mode 100644 index 0000000..5137d7d --- /dev/null +++ b/apps/plugins/bitmaps/remote_native/jackpot_slots_remote.15x210x1.bmp |