From 4f1ca13c235272bff266f1d35f670def75c5a021 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 21 Oct 2006 00:24:54 +0000 Subject: Star: * Uses bitmap build system for all resolutions. * Working bitmaps for H10_5GB and iPod mini, and extra bitmaps for iPod Nano, by Marianne Arnold. * 6x7 pixel bitmaps for archos to utilise the full screen width, have almost correct aspect ratio, and real stars. * Working button definitions for X5, some cleanup for Gigabeat and H10. * Faster transition update, working properly for portrait displays. * Proper vertical alignment and nicer horizontal alignment for the info display. * Better tile animation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11283 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index c7c9f9f9dc..40512300aa 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -153,16 +153,28 @@ flipit_tokens.16x26x1.bmp #endif /* Star */ -#if defined( HAVE_LCD_COLOR ) -#if LCD_WIDTH >= 320 +#ifdef HAVE_LCD_COLOR +#if LCD_WIDTH >= 320 && LCD_HEIGHT >= 188 star_tiles.20x20.bmp -#elif LCD_WIDTH >= 220 +#elif LCD_WIDTH >= 208 && LCD_HEIGHT >= 125 star_tiles.13x13.bmp -#else +#elif LCD_WIDTH >= 176 && LCD_HEIGHT >= 107 +star_tiles.11x11.bmp +#elif LCD_WIDTH >= 160 && LCD_HEIGHT >= 98 star_tiles.10x10.bmp +#elif LCD_WIDTH >= 128 && LCD_HEIGHT >= 80 +star_tiles.8x8.bmp #endif -#elif LCD_DEPTH > 1 +#elif LCD_DEPTH > 1 /* grey */ +#if LCD_WIDTH >= 160 && LCD_HEIGHT >= 98 star_tiles.10x10.grey.bmp +#elif LCD_WIDTH >= 128 && LCD_HEIGHT >= 80 +star_tiles.8x8.grey.bmp +#endif +#else /* monochrome */ +#if LCD_WIDTH >= 112 && LCD_HEIGHT >= 62 +star_tiles.6x7.mono.bmp +#endif #endif /* Solitaire */ -- cgit v1.2.3