summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sudoku.c')
-rw-r--r--apps/plugins/sudoku.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sudoku.c b/apps/plugins/sudoku.c
index 9d02ff162a..586b94b721 100644
--- a/apps/plugins/sudoku.c
+++ b/apps/plugins/sudoku.c
@@ -381,7 +381,7 @@ static unsigned char num_inverse[10][8]= {
381 /* Numeral 9 */ 381 /* Numeral 9 */
382 {0x3f,0x3f,0x1b,0x15,0x15,0x23,0x3f,0x3f}, 382 {0x3f,0x3f,0x1b,0x15,0x15,0x23,0x3f,0x3f},
383}; 383};
384#elif (LCD_HEIGHT==176) && (LCD_WIDTH==220) 384#elif (LCD_HEIGHT>=176) && (LCD_WIDTH>=220)
385/* iriver h300 */ 385/* iriver h300 */
386 386
387/* Internal dimensions of a cell */ 387/* Internal dimensions of a cell */