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.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c
index 7097704742..674b14ed83 100644
--- a/apps/plugins/rockblox.c
+++ b/apps/plugins/rockblox.c
@@ -630,6 +630,19 @@
630#define LEVEL_X 78 630#define LEVEL_X 78
631#define LINES_Y 51 631#define LINES_Y 51
632 632
633#elif LCD_WIDTH == 96 && LCD_HEIGHT == 96
634
635#define BLOCK_WIDTH 3
636#define BLOCK_HEIGHT 3
637#define BOARD_X 9
638#define BOARD_Y 3
639#define PREVIEW_X 59
640#define PREVIEW_Y 5
641#define LABEL_X 59
642#define SCORE_Y 32
643#define LEVEL_Y 13
644#define LEVEL_X 78
645#define LINES_Y 51
633#endif 646#endif
634 647
635#ifndef LEVEL_X 648#ifndef LEVEL_X