clix: Add cells for 320x480. Enable for touchscreen RaaA.

Change-Id: Ic002cddb0ffdaa239d21c5b6ba016ab4cec32400
This commit is contained in:
Thomas Martitz 2012-01-30 00:51:43 +01:00
parent 8222388252
commit 3e13fcddc6
2 changed files with 9 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#else
/* plugins common to all models */
chopper.c
clix.c
credits.c
properties.c
random_folder_advance_config.c

View file

@ -162,9 +162,14 @@
#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
#define CLIX_BUTTON_QUIT BUTTON_POWER
#define CLIX_BUTTON_CLICK BUTTON_MENU
#elif (CONFIG_KEYPAD == ONDAVX777_PAD)
#define CLIX_BUTTON_QUIT BUTTON_POWER
#elif (CONFIG_KEYPAD == ANDROID_PAD) \
|| (CONFIG_KEYPAD == SDL_PAD)
#define CLIX_BUTTON_QUIT BUTTON_BACK
#elif (CONFIG_KEYPAD == MROBE500_PAD)
#define CLIX_BUTTON_QUIT BUTTON_POWER
@ -227,6 +232,9 @@ struct highscore highscores[NUM_SCORES];
#define CELL_SIZE (LCD_WIDTH/BOARD_WIDTH)
#endif
#elif (LCD_WIDTH >= 312 && LCD_HEIGHT >= 468)
#define CELL_SIZE 24
#elif (LCD_WIDTH >= 306 && LCD_HEIGHT>= 204)
#define CELL_SIZE 16