summaryrefslogtreecommitdiff
path: root/apps/plugins/superdom.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/superdom.c')
-rw-r--r--apps/plugins/superdom.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/superdom.c b/apps/plugins/superdom.c
index 31f04b3b02..87621861d9 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -63,7 +63,7 @@ char buf[255];
63#define ICON_HEIGHT 10 63#define ICON_HEIGHT 10
64#define ICON_WIDTH 10 64#define ICON_WIDTH 10
65 65
66#elif (LCD_WIDTH == 240 && LCD_HEIGHT == 320) 66#elif (LCD_WIDTH == 240 && (LCD_HEIGHT == 320 || LCD_HEIGHT == 400))
67#define NUM_BOX_HEIGHT 25 67#define NUM_BOX_HEIGHT 25
68#define NUM_BOX_WIDTH 30 68#define NUM_BOX_WIDTH 30
69#define STRIDE 18 69#define STRIDE 18
@@ -141,6 +141,9 @@ char buf[255];
141#define SUPERDOM_RIGHT BUTTON_RIGHT 141#define SUPERDOM_RIGHT BUTTON_RIGHT
142#define SUPERDOM_CANCEL BUTTON_BACK 142#define SUPERDOM_CANCEL BUTTON_BACK
143 143
144#elif CONFIG_KEYPAD == ONDAVX747_PAD
145#define SUPERDOM_CANCEL BUTTON_POWER
146
144#endif 147#endif
145 148
146#ifdef HAVE_TOUCHSCREEN 149#ifdef HAVE_TOUCHSCREEN