diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-02 20:28:20 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-02 20:28:20 +0000 |
commit | bd691efae9e73d6e5a09c70246c9b1e2574b50be (patch) | |
tree | a9f9cb6bc140ec6001aa264d5762740da2831799 /apps/plugins/rockblox.c | |
parent | 444b17626fc8e1ed7dee23252d3bd0fe5d0020f9 (diff) | |
download | rockbox-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.c | 13 |
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 @@ #define LEVEL_X 78 #define LINES_Y 51 +#elif LCD_WIDTH == 96 && LCD_HEIGHT == 96 + +#define BLOCK_WIDTH 3 +#define BLOCK_HEIGHT 3 +#define BOARD_X 9 +#define BOARD_Y 3 +#define PREVIEW_X 59 +#define PREVIEW_Y 5 +#define LABEL_X 59 +#define SCORE_Y 32 +#define LEVEL_Y 13 +#define LEVEL_X 78 +#define LINES_Y 51 #endif #ifndef LEVEL_X |