From 2dbdfac86a8f54045e680009c8107ec69355904f Mon Sep 17 00:00:00 2001 From: Johannes Schwarz Date: Sat, 31 Oct 2009 20:08:00 +0000 Subject: FS#10620 - fix a bug in bubbles on c200 thanks to Sascha Wilde git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23449 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bubbles.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/bubbles.c') 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) */ -- cgit v1.2.3