summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES3
-rwxr-xr-xapps/plugins/bitmaps/native/pegbox_header.20x64x1.bmpbin0 -> 318 bytes
-rw-r--r--apps/plugins/pegbox.c6
3 files changed, 6 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index e7d6cd4..c46d176 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -408,6 +408,9 @@ pegbox_menu_top.160x42x1.bmp
pegbox_menu_items.60x17x1.bmp
pegbox_pieces.12x12x1.bmp
pegbox_header.160x24x1.bmp
+#elif LCD_WIDTH >= 128
+pegbox_header.20x64x1.bmp
+pegbox_pieces.9x7x1.bmp
#elif LCD_WIDTH >= 112
pegbox_header.112x8x1.bmp
pegbox_pieces.9x7x1.bmp
diff --git a/apps/plugins/bitmaps/native/pegbox_header.20x64x1.bmp b/apps/plugins/bitmaps/native/pegbox_header.20x64x1.bmp
new file mode 100755
index 0000000..f28303c
--- /dev/null
+++ b/apps/plugins/bitmaps/native/pegbox_header.20x64x1.bmp
Binary files differ
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c
index 137b2e3..c705f8c 100644
--- a/apps/plugins/pegbox.c
+++ b/apps/plugins/pegbox.c
@@ -462,9 +462,9 @@ PLUGIN_HEADER
#define LEVEL_TEXT_Y 14
#define PEGS_TEXT_Y 58
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 64)
-#define TEXT_X 114
-#define LEVEL_TEXT_Y 14
-#define PEGS_TEXT_Y 58
+#define TEXT_X 112
+#define LEVEL_TEXT_Y 27
+#define PEGS_TEXT_Y 50
#else
#error "Unsupported screen size"
#endif