summaryrefslogtreecommitdiff
path: root/apps/plugins/rockblox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockblox.c')
-rw-r--r--apps/plugins/rockblox.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c
index 45f3c4f14e..dc1b25e6ec 100644
--- a/apps/plugins/rockblox.c
+++ b/apps/plugins/rockblox.c
@@ -188,7 +188,23 @@ PLUGIN_HEADER
188 188
189#define BOARD_HEIGHT 20 189#define BOARD_HEIGHT 20
190 190
191#if (LCD_WIDTH == 480) && (LCD_HEIGHT == 640) 191#if (LCD_WIDTH == 640) && (LCD_HEIGHT == 480)
192
193#define BLOCK_WIDTH 30
194#define BLOCK_HEIGHT 30
195#define BOARD_X 14
196#define BOARD_Y 2
197#define PREVIEW_X 342
198#define PREVIEW_Y 482
199#define LABEL_X 344
200#define SCORE_Y 58
201#define LEVEL_Y 142
202#define LINES_Y 218
203#define HIGH_LABEL_X 344
204#define HIGH_SCORE_Y 326
205#define HIGH_LEVEL_Y 344
206
207#elif (LCD_WIDTH == 480) && (LCD_HEIGHT == 640)
192 208
193#define BLOCK_WIDTH 30 209#define BLOCK_WIDTH 30
194#define BLOCK_HEIGHT 30 210#define BLOCK_HEIGHT 30