summaryrefslogtreecommitdiff
path: root/apps/plugins/rockblox.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-01-10 07:32:29 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-01-10 07:32:29 +0000
commit9f4fdbd1a673de2897eede01616ca601d77eee21 (patch)
tree984affa20f855d7947d133a85902977891f41827 /apps/plugins/rockblox.c
parentfedd1f3bc1c617e72b400332c7acc59ccf337d4c (diff)
downloadrockbox-9f4fdbd1a673de2897eede01616ca601d77eee21.tar.gz
rockbox-9f4fdbd1a673de2897eede01616ca601d77eee21.zip
Add backgrounds for 128x160 displays to bubbles and rockblox. Set the coordinates in the code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29020 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockblox.c')
-rw-r--r--apps/plugins/rockblox.c20
1 files changed, 9 insertions, 11 deletions
diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c
index 717aedab1f..6d5ef8023e 100644
--- a/apps/plugins/rockblox.c
+++ b/apps/plugins/rockblox.c
@@ -557,20 +557,18 @@
557#define LEVEL_Y 49 557#define LEVEL_Y 49
558#define LINES_Y 82 558#define LINES_Y 82
559 559
560/* NOTE: This is for the GoGear SA9200 and is only
561 temporary until I can get better coordinates! */
562#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 160) 560#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 160)
563 561
564#define BLOCK_WIDTH 6 562#define BLOCK_WIDTH 7
565#define BLOCK_HEIGHT 6 563#define BLOCK_HEIGHT 7
566#define BOARD_X 4 564#define BOARD_X 4
567#define BOARD_Y 3 565#define BOARD_Y 5
568#define PREVIEW_X 84 566#define PREVIEW_X 88
569#define PREVIEW_Y 100 567#define PREVIEW_Y 111
570#define LABEL_X 71 568#define LABEL_X 82
571#define SCORE_Y 17 569#define SCORE_Y (2+16)
572#define LEVEL_Y 49 570#define LEVEL_Y (36+16)
573#define LINES_Y 82 571#define LINES_Y (70+16)
574 572
575#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) 573#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96)
576 574