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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/sudoku/sudoku.c b/apps/plugins/sudoku/sudoku.c
index 74863cdedd..98d11b7962 100644
--- a/apps/plugins/sudoku/sudoku.c
+++ b/apps/plugins/sudoku/sudoku.c
@@ -113,6 +113,13 @@ static const char default_game[9][9] =
113#define CELL_WIDTH 10 113#define CELL_WIDTH 10
114#define CELL_HEIGHT 10 114#define CELL_HEIGHT 10
115 115
116#elif (LCD_HEIGHT==128) && (LCD_WIDTH==128)
117/* iriver H10 5-6GB - 128x128, 9 cells @ 10x10 with 14 border lines */
118
119/* Internal dimensions of a cell */
120#define CELL_WIDTH 10
121#define CELL_HEIGHT 10
122
116#elif ((LCD_HEIGHT==128) && (LCD_WIDTH==160)) || \ 123#elif ((LCD_HEIGHT==128) && (LCD_WIDTH==160)) || \
117 ((LCD_HEIGHT==132) && (LCD_WIDTH==176)) 124 ((LCD_HEIGHT==132) && (LCD_WIDTH==176))
118/* iAudio X5, Iriver H1x0, iPod G3, G4 - 160x128; */ 125/* iAudio X5, Iriver H1x0, iPod G3, G4 - 160x128; */