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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index db2439f99d..25f6b893d8 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -120,8 +120,8 @@ PLUGIN_HEADER
120#define ROW_INDENT 11 120#define ROW_INDENT 11
121#define MAX_FPS 40 121#define MAX_FPS 40
122 122
123/* 22x22 bubbles (Gigabeat) */ 123/* 22x22 bubbles (Gigabeat, Onda VX747) */
124#elif (LCD_HEIGHT == 320) && (LCD_WIDTH == 240) 124#elif ((LCD_HEIGHT == 320) || (LCD_HEIGHT == 400)) && (LCD_WIDTH == 240)
125#define XOFS 64 125#define XOFS 64
126#define ROW_HEIGHT 18 126#define ROW_HEIGHT 18
127#define ROW_INDENT 11 127#define ROW_INDENT 11