summaryrefslogtreecommitdiff
path: root/apps/plugins/pegbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pegbox.c')
-rw-r--r--apps/plugins/pegbox.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c
index 8fea85e..3410184 100644
--- a/apps/plugins/pegbox.c
+++ b/apps/plugins/pegbox.c
@@ -466,7 +466,11 @@ PLUGIN_HEADER
#define BOARD_Y HEADER_HEIGHT
#endif
-#if LCD_WIDTH >= 320
+#if LCD_WIDTH >= 640
+#define LEVEL_TEXT_X 118
+#define PEGS_TEXT_X 552
+#define TEXT_Y 56
+#elif LCD_WIDTH >= 320
#define LEVEL_TEXT_X 59
#define PEGS_TEXT_X 276
#define TEXT_Y 28