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/bubbles.c | |
| parent | 444b17626fc8e1ed7dee23252d3bd0fe5d0020f9 (diff) | |
| download | rockbox-bd691efae9e73d6e5a09c70246c9b1e2574b50be.zip rockbox-bd691efae9e73d6e5a09c70246c9b1e2574b50be.tar.gz rockbox-bd691efae9e73d6e5a09c70246c9b1e2574b50be.tar.bz2 rockbox-bd691efae9e73d6e5a09c70246c9b1e2574b50be.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 1c4bbca..9f860d4 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -198,7 +198,7 @@ enum { #define MAX_FPS 30 /* 7x7 bubbles (Sansa Clip/m200) */ -#elif (LCD_HEIGHT == 64 && LCD_WIDTH == 128) +#elif (LCD_HEIGHT == 64 && LCD_WIDTH == 128) || (LCD_HEIGHT == 96 && LCD_WIDTH == 96) #define XOFS 33 #define ROW_HEIGHT 5 #define MAX_FPS 30 |