From ed64d91bc226f0cf4c9b7da1759d1fc8d5af5c3d Mon Sep 17 00:00:00 2001 From: Robert Menes Date: Mon, 7 Dec 2009 18:23:25 +0000 Subject: Yet more GoGear SA9200 plugin keymaps. Almost done! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23893 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bubbles.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'apps/plugins/bubbles.c') diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index ba28808e65..3197a45eb8 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -137,7 +137,7 @@ enum { #define XOFS 64 #define MAX_FPS 30 -/* 16x16 bubbles (H300, iPod Color) */ +/* 16x16 bubbles (H300, iPod Color, HDD6330) */ #elif (LCD_HEIGHT == 176) && (LCD_WIDTH == 220) #define XOFS 46 #define MAX_FPS 30 @@ -164,11 +164,18 @@ enum { #define XOFS 40 #define MAX_FPS 40 -/* 12x12 bubbles (H100, H10, iAudio X5, iPod 3G, iPod 4G grayscale) */ +/* 12x12 bubbles (H100, H10, iAudio X5, HDD1630, iPod 3G, iPod 4G grayscale) */ #elif (LCD_HEIGHT == 128) && ((LCD_WIDTH == 160) || (LCD_WIDTH == 128)) #define XOFS 33 #define MAX_FPS 30 +/* 12x12 bubbles (GoGear SA9200) */ +#elif (LCD_HEIGHT == 160) && (LCD_WIDTH == 128) +#define XOFS 33 +#define ROW_HEIGHT 10 +#define ROW_INDENT 6 +#define MAX_FPS 30 + /* 10x10 bubbles (iPod Mini) */ #elif (LCD_HEIGHT == 110) && (LCD_WIDTH == 138) #define XOFS 33 -- cgit v1.2.3