diff options
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 1874eda..4485f87 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -59,7 +59,7 @@ solitaire.c sokoban.c star.c starfield.c -#if (LCD_WIDTH != 240) && (LCD_WIDTH != 128) +#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64)) tetrox.c #endif #if CONFIG_LCD == LCD_SSD1815 |