From ae221f140231cb2fd4833443d7810dfce03c606a Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Fri, 10 Nov 2006 07:54:48 +0000 Subject: Height doesn't matter git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11496 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/mono/SOURCES | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'apps/plugins/bitmaps/mono/SOURCES') diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index f243e28d65..c165abecde 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -18,21 +18,21 @@ bubbles_bubble.320x240x1.bmp #endif /* Clock */ -#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) +#if (LCD_WIDTH == 112) clock_logo.112x64x1.bmp -#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) +#elif (LCD_WIDTH == 138) clock_logo.138x110x1.bmp -#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) +#elif (LCD_WIDTH == 160) clock_logo.160x128x1.bmp -#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) +#elif (LCD_WIDTH == 128) clock_logo.128x128x1.bmp -#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) +#elif (LCD_WIDTH == 176) clock_logo.176x132x1.bmp -#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) +#elif (LCD_WIDTH == 220) clock_logo.220x176x1.bmp -#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) +#elif (LCD_WIDTH == 240) clock_logo.240x320x1.bmp -#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) +#elif (LCD_WIDTH == 320) clock_logo.320x240x1.bmp #endif -- cgit v1.2.3