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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index 3b28ced87d..ba28808e65 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -182,6 +182,7 @@ enum {
182/* 8x8 bubbles (Sansa C200) */ 182/* 8x8 bubbles (Sansa C200) */
183#elif ((LCD_HEIGHT == 80) && (LCD_WIDTH == 132)) 183#elif ((LCD_HEIGHT == 80) && (LCD_WIDTH == 132))
184#define XOFS 45 184#define XOFS 45
185#define ROW_HEIGHT 6
185#define MAX_FPS 30 186#define MAX_FPS 30
186 187
187/* 7x7 bubbles (Sansa Clip/m200) */ 188/* 7x7 bubbles (Sansa Clip/m200) */