From 101638f831fef1136382d4196018a9de0a555d40 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sat, 10 Jun 2006 22:43:38 +0000 Subject: Flipit grayscale bitmaps for native grayscale LCDs (tested simulators: h1x0, ipod mini and ipod 4g) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10106 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 5c30ce607e..6b37436e02 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -127,6 +127,12 @@ flipit_tokens.40x40.bmp #else flipit_tokens.30x30.bmp #endif +#elif LCD_DEPTH >= 2 +#if LCD_WIDTH >= 150 +flipit_tokens.30x30x2.bmp +#else +flipit_tokens.20x20x2.bmp +#endif #endif /* Star */ -- cgit v1.2.3