summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 48ca231349..23593492bc 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -102,7 +102,7 @@ PLUGIN_HEADER
102#define XOFS 64 102#define XOFS 64
103#define ROW_HEIGHT 18 103#define ROW_HEIGHT 18
104#define ROW_INDENT 11 104#define ROW_INDENT 11
105#define MAX_FPS 20 105#define MAX_FPS 30
106 106
107/* 16x16 bubbles (H300, iPod Color) */ 107/* 16x16 bubbles (H300, iPod Color) */
108#elif (LCD_HEIGHT == 176) && (LCD_WIDTH == 220) 108#elif (LCD_HEIGHT == 176) && (LCD_WIDTH == 220)