diff options
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/bubbles.c | 1 |
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 { /* 8x8 bubbles (Sansa C200) */ #elif ((LCD_HEIGHT == 80) && (LCD_WIDTH == 132)) #define XOFS 45 +#define ROW_HEIGHT 6 #define MAX_FPS 30 /* 7x7 bubbles (Sansa Clip/m200) */ |