summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.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/bubbles.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/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index 1c4bbca788..9f860d43ee 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -198,7 +198,7 @@ enum {
198#define MAX_FPS 30 198#define MAX_FPS 30
199 199
200/* 7x7 bubbles (Sansa Clip/m200) */ 200/* 7x7 bubbles (Sansa Clip/m200) */
201#elif (LCD_HEIGHT == 64 && LCD_WIDTH == 128) 201#elif (LCD_HEIGHT == 64 && LCD_WIDTH == 128) || (LCD_HEIGHT == 96 && LCD_WIDTH == 96)
202#define XOFS 33 202#define XOFS 33
203#define ROW_HEIGHT 5 203#define ROW_HEIGHT 5
204#define MAX_FPS 30 204#define MAX_FPS 30