summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
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