summaryrefslogtreecommitdiff
path: root/apps/plugins/invadrox.c
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-07 23:41:44 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-07 23:41:44 +0000
commitfef405c3288fa43572c1ed7a1ab692ff6e190804 (patch)
tree3e981c7ca050a2f2845ef7e69733d2ceed4279b9 /apps/plugins/invadrox.c
parent8b13d87ec3055559ea33ea2b40225ed0cfa00788 (diff)
downloadrockbox-fef405c3288fa43572c1ed7a1ab692ff6e190804.tar.gz
rockbox-fef405c3288fa43572c1ed7a1ab692ff6e190804.zip
Enable plugins on the Onda VX747
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20647 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/invadrox.c')
-rw-r--r--apps/plugins/invadrox.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugins/invadrox.c b/apps/plugins/invadrox.c
index 0d9473ffb7..1526409687 100644
--- a/apps/plugins/invadrox.c
+++ b/apps/plugins/invadrox.c
@@ -134,6 +134,10 @@ PLUGIN_HEADER
134#define RIGHT BUTTON_RIGHT 134#define RIGHT BUTTON_RIGHT
135#define FIRE BUTTON_SELECT 135#define FIRE BUTTON_SELECT
136 136
137#elif CONFIG_KEYPAD == ONDAVX747_PAD
138
139#define QUIT BUTTON_POWER
140
137#else 141#else
138 #error INVADROX: Unsupported keypad 142 #error INVADROX: Unsupported keypad
139#endif 143#endif
@@ -370,7 +374,7 @@ PLUGIN_HEADER
370#define MAX_Y 18 374#define MAX_Y 18
371 375
372 376
373#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 377#elif (LCD_WIDTH == 240) && ((LCD_HEIGHT == 320) || (LCD_HEIGHT == 400))
374 378
375/* Gigabeat: 240x320x16 379/* Gigabeat: 240x320x16
376 * ====================== 380 * ======================