From fef405c3288fa43572c1ed7a1ab692ff6e190804 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Tue, 7 Apr 2009 23:41:44 +0000 Subject: Enable plugins on the Onda VX747 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20647 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bubbles.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/bubbles.c') diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index db2439f..25f6b89 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -120,8 +120,8 @@ PLUGIN_HEADER #define ROW_INDENT 11 #define MAX_FPS 40 -/* 22x22 bubbles (Gigabeat) */ -#elif (LCD_HEIGHT == 320) && (LCD_WIDTH == 240) +/* 22x22 bubbles (Gigabeat, Onda VX747) */ +#elif ((LCD_HEIGHT == 320) || (LCD_HEIGHT == 400)) && (LCD_WIDTH == 240) #define XOFS 64 #define ROW_HEIGHT 18 #define ROW_INDENT 11 -- cgit v1.1