diff options
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index ce6bb33..7cd2882 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -77,6 +77,11 @@ rockboy.c #endif #endif +/* not support recorder models for now */ +#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64) +xobox.c +#endif + #endif /* HAVE_LCD_BITMAP */ #ifdef HAVE_LCD_CHARCELLS /* Player model only */ |