summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 65ca68a0c7..408bb499a2 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 c0c52a82b2..ebb6fe016d 100644
--- a/apps/plugins/rockblox.c
+++ b/apps/plugins/rockblox.c
@@ -155,21 +155,19 @@ PLUGIN_HEADER
155 155
156#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 156#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
157 157
158#define BLOCK_WIDTH 12 158#define BLOCK_WIDTH 15
159#define BLOCK_HEIGHT 12 159#define BLOCK_HEIGHT 15
160#define BOARD_X 86 160#define BOARD_X 7
161#define BOARD_Y 0 161#define BOARD_Y 1
162#define PREVIEW_X 12 162#define PREVIEW_X 171
163#define PREVIEW_Y 11 163#define PREVIEW_Y 241
164#define LABEL_X 20 164#define LABEL_X 172
165#define SCORE_Y 80 165#define SCORE_Y 29
166#define LEVEL_Y 110 166#define LEVEL_Y 71
167#define LEVEL_X 46 167#define LINES_Y 109
168#define LINES_X 16 168#define HIGH_LABEL_X 172
169#define LINES_Y 110 169#define HIGH_SCORE_Y 163
170#define HIGH_SCORE_Y 184 170#define HIGH_LEVEL_Y 172
171#define HIGH_LEVEL_Y 193
172#define HIGH_LABEL_X 7
173 171
174#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) 172#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)
175 173