From fb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a Mon Sep 17 00:00:00 2001 From: Sebastian Leonhardt Date: Tue, 12 Apr 2016 17:20:04 +0200 Subject: pacbox for small screens, up to 75x96 Change-Id: I6e9adf2f6923f4d0078a54e9857fc8eacef259a6 --- apps/plugins/SUBDIRS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins/SUBDIRS') diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 07c435123c..055db43b48 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -65,7 +65,8 @@ zxbox #endif /* HAVE_LCD_BITMAP */ /* For all big enough colour screens, iriver H1x0 and iAudio M5 */ -#if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\ +#if defined(HAVE_LCD_COLOR) && ( (LCD_HEIGHT >= 90 && LCD_WIDTH >=116) \ + || (LCD_HEIGHT >= 96 && LCD_WIDTH >=75) ) \ || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5) pacbox #endif -- cgit v1.2.3