From 9e7f3615b569747ae3bd48973065f9e0e7440351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Tue, 19 Sep 2006 20:48:47 +0000 Subject: Tetrox renamed to Rockblox, to avoid trademark issues git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11005 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 16 ++++++++-------- .../bitmaps/native/rockblox_background.128x128x16.bmp | Bin 0 -> 49206 bytes .../bitmaps/native/rockblox_background.138x110x2.bmp | Bin 0 -> 15472 bytes .../bitmaps/native/rockblox_background.160x128x16.bmp | Bin 0 -> 61496 bytes .../bitmaps/native/rockblox_background.160x128x2.bmp | Bin 0 -> 21560 bytes .../bitmaps/native/rockblox_background.176x132x16.bmp | Bin 0 -> 69752 bytes .../bitmaps/native/rockblox_background.220x176x16.bmp | Bin 0 -> 116216 bytes .../bitmaps/native/rockblox_background.320x240x16.bmp | Bin 0 -> 230456 bytes .../bitmaps/native/tetrox_background.128x128x16.bmp | Bin 49206 -> 0 bytes .../bitmaps/native/tetrox_background.138x110x2.bmp | Bin 15472 -> 0 bytes .../bitmaps/native/tetrox_background.160x128x16.bmp | Bin 61496 -> 0 bytes .../bitmaps/native/tetrox_background.160x128x2.bmp | Bin 21560 -> 0 bytes .../bitmaps/native/tetrox_background.176x132x16.bmp | Bin 69752 -> 0 bytes .../bitmaps/native/tetrox_background.220x176x16.bmp | Bin 116216 -> 0 bytes .../bitmaps/native/tetrox_background.320x240x16.bmp | Bin 230456 -> 0 bytes 15 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 apps/plugins/bitmaps/native/rockblox_background.128x128x16.bmp create mode 100644 apps/plugins/bitmaps/native/rockblox_background.138x110x2.bmp create mode 100644 apps/plugins/bitmaps/native/rockblox_background.160x128x16.bmp create mode 100644 apps/plugins/bitmaps/native/rockblox_background.160x128x2.bmp create mode 100644 apps/plugins/bitmaps/native/rockblox_background.176x132x16.bmp create mode 100644 apps/plugins/bitmaps/native/rockblox_background.220x176x16.bmp create mode 100644 apps/plugins/bitmaps/native/rockblox_background.320x240x16.bmp delete mode 100755 apps/plugins/bitmaps/native/tetrox_background.128x128x16.bmp delete mode 100644 apps/plugins/bitmaps/native/tetrox_background.138x110x2.bmp delete mode 100755 apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp delete mode 100755 apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp delete mode 100755 apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp delete mode 100755 apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp delete mode 100755 apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp (limited to 'apps/plugins/bitmaps/native') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 41b6d6f..a06a287 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -255,21 +255,21 @@ brickmania_break.176x132x16.bmp #endif -/* Tetrox */ +/* Rockblox */ #if (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) && (LCD_DEPTH == 16) -tetrox_background.320x240x16.bmp +rockblox_background.320x240x16.bmp #elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16) -tetrox_background.220x176x16.bmp +rockblox_background.220x176x16.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) && (LCD_DEPTH == 16) -tetrox_background.176x132x16.bmp +rockblox_background.176x132x16.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH >= 16) -tetrox_background.160x128x16.bmp +rockblox_background.160x128x16.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16) -tetrox_background.128x128x16.bmp +rockblox_background.128x128x16.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2) -tetrox_background.160x128x2.bmp +rockblox_background.160x128x2.bmp #elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) && (LCD_DEPTH == 2) -tetrox_background.138x110x2.bmp +rockblox_background.138x110x2.bmp #endif #ifdef HAVE_LCD_COLOR diff --git a/apps/plugins/bitmaps/native/rockblox_background.128x128x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.128x128x16.bmp new file mode 100644 index 0000000..b2f4682 Binary files /dev/null and b/apps/plugins/bitmaps/native/rockblox_background.128x128x16.bmp differ diff --git a/apps/plugins/bitmaps/native/rockblox_background.138x110x2.bmp b/apps/plugins/bitmaps/native/rockblox_background.138x110x2.bmp new file mode 100644 index 0000000..23df4ed Binary files /dev/null and b/apps/plugins/bitmaps/native/rockblox_background.138x110x2.bmp differ diff --git a/apps/plugins/bitmaps/native/rockblox_background.160x128x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.160x128x16.bmp new file mode 100644 index 0000000..ed54f7c Binary files /dev/null and b/apps/plugins/bitmaps/native/rockblox_background.160x128x16.bmp differ diff --git a/apps/plugins/bitmaps/native/rockblox_background.160x128x2.bmp b/apps/plugins/bitmaps/native/rockblox_background.160x128x2.bmp new file mode 100644 index 0000000..7f30c8c Binary files /dev/null and b/apps/plugins/bitmaps/native/rockblox_background.160x128x2.bmp differ diff --git a/apps/plugins/bitmaps/native/rockblox_background.176x132x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.176x132x16.bmp new file mode 100644 index 0000000..e825bb1 Binary files /dev/null and b/apps/plugins/bitmaps/native/rockblox_background.176x132x16.bmp differ diff --git a/apps/plugins/bitmaps/native/rockblox_background.220x176x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.220x176x16.bmp new file mode 100644 index 0000000..cec4c27 Binary files /dev/null and b/apps/plugins/bitmaps/native/rockblox_background.220x176x16.bmp differ diff --git a/apps/plugins/bitmaps/native/rockblox_background.320x240x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.320x240x16.bmp new file mode 100644 index 0000000..28bf705 Binary files /dev/null and b/apps/plugins/bitmaps/native/rockblox_background.320x240x16.bmp differ diff --git a/apps/plugins/bitmaps/native/tetrox_background.128x128x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.128x128x16.bmp deleted file mode 100755 index b2f4682..0000000 Binary files a/apps/plugins/bitmaps/native/tetrox_background.128x128x16.bmp and /dev/null differ diff --git a/apps/plugins/bitmaps/native/tetrox_background.138x110x2.bmp b/apps/plugins/bitmaps/native/tetrox_background.138x110x2.bmp deleted file mode 100644 index c16c803..0000000 Binary files a/apps/plugins/bitmaps/native/tetrox_background.138x110x2.bmp and /dev/null differ diff --git a/apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp deleted file mode 100755 index ed54f7c..0000000 Binary files a/apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp and /dev/null differ diff --git a/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp b/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp deleted file mode 100755 index dbc0a71..0000000 Binary files a/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp and /dev/null differ diff --git a/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp deleted file mode 100755 index e825bb1..0000000 Binary files a/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp and /dev/null differ diff --git a/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp deleted file mode 100755 index cec4c27..0000000 Binary files a/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp and /dev/null differ diff --git a/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp deleted file mode 100755 index 28bf705..0000000 Binary files a/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp and /dev/null differ -- cgit v1.1