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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sudoku/sudoku.c b/apps/plugins/sudoku/sudoku.c
index d19b556352..12880bd97b 100644
--- a/apps/plugins/sudoku/sudoku.c
+++ b/apps/plugins/sudoku/sudoku.c
@@ -114,7 +114,7 @@ static const char default_game[9][9] =
114#define MARK_SIZE 1 /* Mark width and height */ 114#define MARK_SIZE 1 /* Mark width and height */
115 115
116#elif ((LCD_HEIGHT==96) && (LCD_WIDTH==128)) 116#elif ((LCD_HEIGHT==96) && (LCD_WIDTH==128))
117/* iAudio M3, 9 cells @ 9x9 with 14 border lines */ 117/* iAudio M3, Samsung YH820, 9 cells @ 9x9 with 14 border lines */
118#define MARK_OFFS 1 /* Pixels between border and mark */ 118#define MARK_OFFS 1 /* Pixels between border and mark */
119#define MARK_SPACE 2 /* Pixels between two marks */ 119#define MARK_SPACE 2 /* Pixels between two marks */
120#define MARK_SIZE 1 /* Mark width and height */ 120#define MARK_SIZE 1 /* Mark width and height */