summaryrefslogtreecommitdiff
path: root/apps/plugins/rockblox.c
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-12-02 20:28:20 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-12-02 20:28:20 +0000
commitbd691efae9e73d6e5a09c70246c9b1e2574b50be (patch)
treea9f9cb6bc140ec6001aa264d5762740da2831799 /apps/plugins/rockblox.c
parent444b17626fc8e1ed7dee23252d3bd0fe5d0020f9 (diff)
downloadrockbox-bd691efae9e73d6e5a09c70246c9b1e2574b50be.tar.gz
rockbox-bd691efae9e73d6e5a09c70246c9b1e2574b50be.zip
Sansa Clip Zip: enable all plugins
use too big graphics when needed (some plugins will be ugly) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31113 a1c6a512-1295-4272-9138-f99709370657
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