diff options
| author | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2016-04-12 17:20:04 +0200 |
|---|---|---|
| committer | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2018-04-03 00:21:40 +0200 |
| commit | fb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a (patch) | |
| tree | d09a0cd7828395d70962b5ef18ba7b5a8d71afc2 /apps/plugins/SUBDIRS | |
| parent | 96335a7eb2e9cf1e452feac0c8ae0c489197500f (diff) | |
| download | rockbox-fb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a.zip rockbox-fb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a.tar.gz rockbox-fb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a.tar.bz2 rockbox-fb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a.tar.xz | |
pacbox for small screens, up to 75x96
Change-Id: I6e9adf2f6923f4d0078a54e9857fc8eacef259a6
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 07c4351..055db43 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 |