summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku/sudoku.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sudoku/sudoku.c')
-rw-r--r--apps/plugins/sudoku/sudoku.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/sudoku/sudoku.c b/apps/plugins/sudoku/sudoku.c
index 412b197ae8..acd6065fbc 100644
--- a/apps/plugins/sudoku/sudoku.c
+++ b/apps/plugins/sudoku/sudoku.c
@@ -122,9 +122,11 @@ static const char default_game[9][9] =
122#define MARK_SIZE 1 /* Mark width and height */ 122#define MARK_SIZE 1 /* Mark width and height */
123 123
124#elif (LCD_HEIGHT==110) && (LCD_WIDTH==138) \ 124#elif (LCD_HEIGHT==110) && (LCD_WIDTH==138) \
125 || (LCD_HEIGHT==128) && (LCD_WIDTH==128) 125 || (LCD_HEIGHT==128) && (LCD_WIDTH==128) \
126 || (LCD_HEIGHT==160) && (LCD_WIDTH==128)
126/* iPod Mini - 138x110, 9 cells @ 10x10 with 14 border lines */ 127/* iPod Mini - 138x110, 9 cells @ 10x10 with 14 border lines */
127/* iriver H10 5-6GB - 128x128, 9 cells @ 10x10 with 14 border lines */ 128/* iriver H10 5-6GB - 128x128, 9 cells @ 10x10 with 14 border lines */
129/* Philips GoGear SA9200 - 128x160, 9 cells @ 10x10 with 14 border tiles */
128#define MARK_OFFS 1 /* Pixels between border and mark */ 130#define MARK_OFFS 1 /* Pixels between border and mark */
129#define MARK_SPACE 1 /* Pixels between two marks */ 131#define MARK_SPACE 1 /* Pixels between two marks */
130#define MARK_SIZE 2 /* Mark width and height */ 132#define MARK_SIZE 2 /* Mark width and height */