summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorSteve Gotthardt <gotthardt@rockbox.org>2007-01-06 03:03:52 +0000
committerSteve Gotthardt <gotthardt@rockbox.org>2007-01-06 03:03:52 +0000
commit1f38e2156607b2567b8b853b42eeb6fb2bd02442 (patch)
tree0efb45d776e9ed8b6236015768502740c1d4014c /apps/plugins
parent54192c2b22df5921ab2da7399c1e40a9bd6f158f (diff)
downloadrockbox-1f38e2156607b2567b8b853b42eeb6fb2bd02442.zip
rockbox-1f38e2156607b2567b8b853b42eeb6fb2bd02442.tar.gz
rockbox-1f38e2156607b2567b8b853b42eeb6fb2bd02442.tar.bz2
rockbox-1f38e2156607b2567b8b853b42eeb6fb2bd02442.tar.xz
Changing format to make larger screen usage. Thanks to Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11930 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rwxr-xr-xapps/plugins/bitmaps/native/rockblox_background.240x320x16.bmpbin230454 -> 230454 bytes
-rw-r--r--apps/plugins/rockblox.c28
2 files changed, 13 insertions, 15 deletions
diff --git a/apps/plugins/bitmaps/native/rockblox_background.240x320x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.240x320x16.bmp
index 65ca68a..408bb49 100755
--- a/apps/plugins/bitmaps/native/rockblox_background.240x320x16.bmp
+++ b/apps/plugins/bitmaps/native/rockblox_background.240x320x16.bmp
Binary files differ
diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c
index c0c52a8..ebb6fe0 100644
--- a/apps/plugins/rockblox.c
+++ b/apps/plugins/rockblox.c
@@ -155,21 +155,19 @@ PLUGIN_HEADER
#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
-#define BLOCK_WIDTH 12
-#define BLOCK_HEIGHT 12
-#define BOARD_X 86
-#define BOARD_Y 0
-#define PREVIEW_X 12
-#define PREVIEW_Y 11
-#define LABEL_X 20
-#define SCORE_Y 80
-#define LEVEL_Y 110
-#define LEVEL_X 46
-#define LINES_X 16
-#define LINES_Y 110
-#define HIGH_SCORE_Y 184
-#define HIGH_LEVEL_Y 193
-#define HIGH_LABEL_X 7
+#define BLOCK_WIDTH 15
+#define BLOCK_HEIGHT 15
+#define BOARD_X 7
+#define BOARD_Y 1
+#define PREVIEW_X 171
+#define PREVIEW_Y 241
+#define LABEL_X 172
+#define SCORE_Y 29
+#define LEVEL_Y 71
+#define LINES_Y 109
+#define HIGH_LABEL_X 172
+#define HIGH_SCORE_Y 163
+#define HIGH_LEVEL_Y 172
#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)