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 539380859e..3254229cd0 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -187,9 +187,9 @@ enum {
187#define XOFS 33 187#define XOFS 33
188#define MAX_FPS 30 188#define MAX_FPS 30
189 189
190/* 9x9 bubbles (iAudio M3) */ 190/* 9x9 bubbles (iAudio M3, Samsung YH-820) */
191#elif (LCD_HEIGHT == 96) && (LCD_WIDTH == 128) 191#elif (LCD_HEIGHT == 96) && (LCD_WIDTH == 128)
192#define XOFS 45 192#define XOFS 29
193#define MAX_FPS 30 193#define MAX_FPS 30
194 194
195/* 8x8 bubbles (Sansa C200) */ 195/* 8x8 bubbles (Sansa C200) */