1
0
Fork 0
forked from len0rd/rockbox

Enable plugins on the Onda VX747

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20647 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-04-07 23:41:44 +00:00
parent 8b13d87ec3
commit fef405c328
62 changed files with 258 additions and 15 deletions

View file

@ -275,6 +275,10 @@ PLUGIN_HEADER
#define PLAYERS_TEXT "Up/Down"
#define WORMS_TEXT "Left/Right"
#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
#define BTN_QUIT BUTTON_POWER
#else
#error No keymap defined!
#endif
@ -366,7 +370,7 @@ PLUGIN_HEADER
#define ARGH_SIZE 8
#define SPEED 4
#define MAX_WORM_SEGMENTS 512
#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
#elif (LCD_WIDTH == 240) && ((LCD_HEIGHT == 320) || (LCD_HEIGHT == 400))
#define FOOD_SIZE 7
#define ARGH_SIZE 8
#define SPEED 4