summaryrefslogtreecommitdiff
path: root/apps/plugins/reversi/reversi-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/reversi/reversi-gui.c')
-rw-r--r--apps/plugins/reversi/reversi-gui.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/reversi/reversi-gui.c b/apps/plugins/reversi/reversi-gui.c
index 374cc0f151..f99f616668 100644
--- a/apps/plugins/reversi/reversi-gui.c
+++ b/apps/plugins/reversi/reversi-gui.c
@@ -67,6 +67,14 @@ static struct plugin_api* rb;
67#define CELL_HEIGHT 6 67#define CELL_HEIGHT 6
68#define SMALL_BOARD 68#define SMALL_BOARD
69 69
70#elif (LCD_HEIGHT==80) && (LCD_WIDTH==132)
71/* Sansa C200 - 132x80, 8 cells @ 9x9 with 9 border lines */
72
73/* Internal dimensions of a cell */
74#define CELL_WIDTH 8
75#define CELL_HEIGHT 8
76#define SMALL_BOARD
77
70#elif (LCD_HEIGHT==110) && (LCD_WIDTH==138) 78#elif (LCD_HEIGHT==110) && (LCD_WIDTH==138)
71/* iPod Mini - 138x110, 8 cells @ 10x10 with 9 border lines */ 79/* iPod Mini - 138x110, 8 cells @ 10x10 with 9 border lines */
72 80